mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-21 19:13:07 +00:00
Do not run skeptic on pbkdf2
This commit is contained in:
parent
ff903b0b66
commit
5e201b99da
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function [`pbkdf2::derive`]. Verifies the hash is correct with
|
|||
[`SecureRandom::fill`], which fills the salt byte array with
|
||||
securely generated random numbers.
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
extern crate ring;
|
||||
extern crate data_encoding;
|
||||
|
||||
|
|
Loading…
Reference in a new issue