Update all crypto crates to their latest release; un-break blake2b.
This commit is contained in:
parent
8aa51bd047
commit
c1ff291c11
4 changed files with 9 additions and 15 deletions
|
|
@ -16,7 +16,7 @@ use ns;
|
|||
use base64;
|
||||
|
||||
use digest::Digest;
|
||||
use sha_1::Sha1;
|
||||
use sha1::Sha1;
|
||||
use sha2::{Sha256, Sha512};
|
||||
use sha3::{Sha3_256, Sha3_512};
|
||||
//use blake2::Blake2b;
|
||||
|
|
|
|||
Loading…
Reference in a new issue