File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ impl<C: Context> Secp256k1<C> {
413
413
( bytes + word_size - 1 ) / word_size
414
414
}
415
415
416
- /// (Re)randomizes the Secp256k1 context for cheap sidechannel resistance.
416
+ /// (Re)randomizes the Secp256k1 context for extra sidechannel resistance.
417
417
///
418
418
/// Requires compilation with "rand" feature. See comment by Gregory Maxwell in
419
419
/// [libsecp256k1](https://github.com/bitcoin-core/secp256k1/commit/d2275795ff22a6f4738869f5528fbbb61738aa48).
@@ -425,7 +425,7 @@ impl<C: Context> Secp256k1<C> {
425
425
self . seeded_randomize ( & seed) ;
426
426
}
427
427
428
- /// (Re)randomizes the Secp256k1 context for cheap sidechannel resistance given 32 bytes of
428
+ /// (Re)randomizes the Secp256k1 context for extra sidechannel resistance given 32 bytes of
429
429
/// cryptographically-secure random data;
430
430
/// see comment in libsecp256k1 commit d2275795f by Gregory Maxwell.
431
431
pub fn seeded_randomize ( & mut self , seed : & [ u8 ; 32 ] ) {
You can’t perform that action at this time.
0 commit comments