File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116
116
## 0.3.1 (2020-07-03)
117
117
### Fixed
118
118
- Enable ` alloc ` feature for ` base64 ` . ([ #38 ] )
119
- - Remove superflous ` main() ` in documentation ([ #40 ] )
119
+ - Remove superfluous ` main() ` in documentation ([ #40 ] )
120
120
121
121
[ #38 ] : https://github.com/RustCrypto/password-hashing/pull/38
122
122
[ #40 ] : https://github.com/RustCrypto/password-hashing/pull/40
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pub use crate::simple::{Scrypt, ALG_ID};
83
83
/// **WARNING: Make sure to compare this value in constant time!**
84
84
///
85
85
/// # Return
86
- /// `Ok(())` if calculation is succesfull and `Err(InvalidOutputLen)` if
86
+ /// `Ok(())` if calculation is successful and `Err(InvalidOutputLen)` if
87
87
/// `output` does not satisfy the following condition:
88
88
/// `output.len() > 0 && output.len() <= (2^32 - 1) * 32`.
89
89
pub fn scrypt (
You can’t perform that action at this time.
0 commit comments