hiss 0.3.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, foo
    }
}

fn main() {}