| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6ee9587 commit 81ef4cc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,9 +35,9 @@ using v8::Value; | |||
| 35 | 35 | ||
| 36 | 36 | namespace crypto { | |
| 37 | 37 | namespace { | |
| 38 | - static void ZeroPadDiffieHellmanSecret(size_t remainder_size, | ||
| 39 | - char* data, | ||
| 40 | - size_t length) { | ||
| 38 | + void ZeroPadDiffieHellmanSecret(size_t remainder_size, | ||
| 39 | + char* data, | ||
| 40 | + size_t length) { | ||
| 41 | 41 | // DH_size returns number of bytes in a prime number. | |
| 42 | 42 | // DH_compute_key returns number of bytes in a remainder of exponent, which | |
| 43 | 43 | // may have less bytes than a prime number. Therefore add 0-padding to the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments