added make_credential_full

improved error messages
fixed cbor issues
added hmac example
This commit is contained in:
2020-01-07 22:37:54 +01:00
committed by shimun
parent 61d81bda87
commit 4b58dd12f3
8 changed files with 319 additions and 37 deletions

View File

@@ -1 +1,2 @@
pub mod hmac;
pub use hmac::*;