Fix docs
This commit is contained in:
parent
343ce159ec
commit
888b8b696c
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue