ecaps2: Implement blake2b.
This commit is contained in:
parent
2c95fd6786
commit
948b54d073
3 changed files with 21 additions and 6 deletions
|
|
@ -10,6 +10,7 @@
|
|||
extern crate minidom;
|
||||
extern crate jid;
|
||||
extern crate base64;
|
||||
extern crate digest;
|
||||
|
||||
/// Error type returned by every parser on failure.
|
||||
pub mod error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue