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
5
6
7
8
9
pub struct Ed25519ByteSignature{
    pub signature: Vec<u8>,
    pub public_key: Vec<u8>
}

pub struct Ed25519ByteKeyPair{
    pub key_pair: Vec<u8>,
    pub public_key: Vec<u8>
}