We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b722721 commit b59678aCopy full SHA for b59678a
src/crypto/crypto_dh.cc
@@ -37,9 +37,9 @@ using v8::Value;
37
38
namespace crypto {
39
namespace {
40
-static void ZeroPadDiffieHellmanSecret(size_t remainder_size,
41
- char* data,
42
- size_t length) {
+void ZeroPadDiffieHellmanSecret(size_t remainder_size,
+ char* data,
+ size_t length) {
43
// DH_size returns number of bytes in a prime number.
44
// DH_compute_key returns number of bytes in a remainder of exponent, which
45
// may have less bytes than a prime number. Therefore add 0-padding to the
0 commit comments