hiss 0.4.1

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

fn main() {}