We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5307a78 commit 2de4337Copy full SHA for 2de4337
src/lib.rs
@@ -197,7 +197,7 @@ pub use crate::scalar::Scalar;
197
198
/// Trait describing something that promises to be a 32-byte uniformly random number.
199
///
200
-/// In particular, anything implementing this trait must have neglibile probability
+/// In particular, anything implementing this trait must have negligible probability
201
/// of being zero, overflowing the group order, or equalling any specific value.
202
203
/// Since version 0.29 this has been deprecated; users should instead implement
0 commit comments