Bump RustCrypto crates

This commit is contained in:
Emmanuel Gil Peyrot 2020-06-22 01:19:24 +02:00
commit af1d3c924a
5 changed files with 25 additions and 29 deletions

View file

@ -39,7 +39,7 @@
//! const USERNAME: &'static str = "user";
//! const PASSWORD: &'static str = "pencil";
//! const SALT: [u8; 8] = [35, 71, 92, 105, 212, 219, 114, 93];
//! const ITERATIONS: usize = 4096;
//! const ITERATIONS: u32 = 4096;
//!
//! struct MyValidator;
//!