Do not run skeptic on pbkdf2

This commit is contained in:
AndyGauge 2019-12-16 19:48:06 -08:00
parent ff903b0b66
commit 5e201b99da

View file

@ -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;