ecaps2: Implement blake2b.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-23 19:28:03 +01:00
commit 948b54d073
3 changed files with 21 additions and 6 deletions

View file

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