cas-lib 0.2.77

A function wrapper layer for RustCrypto and Dalek-Cryptography. Intended to be used in FFI situations with a global heap deallactor at the top level project.
Documentation
1
2
3
4
pub struct Pbkdf2Result {
    pub password: Vec<u8>,
    pub salt: Vec<u8>
}