File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -414,9 +414,10 @@ impl<C: Context> Secp256k1<C> {
414
414
( bytes + word_size - 1 ) / word_size
415
415
}
416
416
417
- /// (Re)randomizes the Secp256k1 context for cheap sidechannel resistance;
418
- /// see comment in libsecp256k1 commit d2275795f by Gregory Maxwell. Requires
419
- /// compilation with "rand" feature.
417
+ /// (Re)randomizes the Secp256k1 context for cheap sidechannel resistance.
418
+ ///
419
+ /// Requires compilation with "rand" feature. See comment by Gregory Maxwell in
420
+ /// [libsecp256k1](https://github.com/bitcoin-core/secp256k1/commit/d2275795ff22a6f4738869f5528fbbb61738aa48).
420
421
#[ cfg( any( test, feature = "rand" ) ) ]
421
422
#[ cfg_attr( docsrs, doc( cfg( feature = "rand" ) ) ) ]
422
423
pub fn randomize < R : Rng + ?Sized > ( & mut self , rng : & mut R ) {
You can’t perform that action at this time.
0 commit comments