This commit is contained in:
Steven Fackler 2016-11-01 21:42:39 -07:00
parent 343ce159ec
commit 888b8b696c
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ impl BnCtx {
} }
} }
/// The cryptographically weak counterpart to `checked_new_random`. /// The cryptographically weak counterpart to `rand`.
pub fn pseudo_rand(r: &mut Ref<BigNum>, pub fn pseudo_rand(r: &mut Ref<BigNum>,
bits: i32, bits: i32,
prop: RNGProperty, prop: RNGProperty,