HKDF for CTAP2.1 (#290)
* implements hkdf, both regular and FIDO specific * improved documentation * constant usage in function return type
This commit is contained in:
@@ -22,6 +22,7 @@ pub mod cbc;
|
||||
mod ec;
|
||||
pub mod ecdh;
|
||||
pub mod ecdsa;
|
||||
pub mod hkdf;
|
||||
pub mod hmac;
|
||||
pub mod rng256;
|
||||
pub mod sha256;
|
||||
|
||||
Reference in New Issue
Block a user