Commit 888b8b69 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix docs

parent 343ce159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>,
                       bits: i32,
                       prop: RNGProperty,