File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ int main(void) {
37
37
return EXIT_FAILURE ;
38
38
}
39
39
/* Randomizing the context is recommended to protect against side-channel
40
- * leakage See `secp256k1_context_randomize` in secp256k1.h for more
40
+ * leakage. See `secp256k1_context_randomize` in secp256k1.h for more
41
41
* information about it. This should never fail. */
42
42
return_val = secp256k1_context_randomize (ctx , randomize );
43
43
assert (return_val );
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ int main(void) {
44
44
return EXIT_FAILURE ;
45
45
}
46
46
/* Randomizing the context is recommended to protect against side-channel
47
- * leakage See `secp256k1_context_randomize` in secp256k1.h for more
47
+ * leakage. See `secp256k1_context_randomize` in secp256k1.h for more
48
48
* information about it. This should never fail. */
49
49
return_val = secp256k1_context_randomize (ctx , randomize );
50
50
assert (return_val );
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ int main(void) {
38
38
return EXIT_FAILURE ;
39
39
}
40
40
/* Randomizing the context is recommended to protect against side-channel
41
- * leakage See `secp256k1_context_randomize` in secp256k1.h for more
41
+ * leakage. See `secp256k1_context_randomize` in secp256k1.h for more
42
42
* information about it. This should never fail. */
43
43
return_val = secp256k1_context_randomize (ctx , randomize );
44
44
assert (return_val );
You can’t perform that action at this time.
0 commit comments