RustCrypto: bake-kdf
Pure Rust implementation of the bake-kdf function.
Examples
use bake_kdf;
use hex;
let x = ;
let s = ;
let c = 0x00;
let key = bake_kdf;
assert_eq!;
Pure Rust implementation of the bake-kdf function.
use bake_kdf;
use hex;
let x = ;
let s = ;
let c = 0x00;
let key = bake_kdf;
assert_eq!;