hiss 0.4.1

Static, type-level Noise Protocol Framework with pluggable hardware-backed crypto.
Documentation
1
2
3
4
5
6
7
hiss::noise! {
    pub P<X25519, ChaChaPoly, Blake2b> {
        e, es
    }
}

fn main() {}