snow 0.1.3-preview

A pure-rust implementation of the Noise Protocol Framework
Documentation
1
2
3
4
5
6
7
8
9

pub const PSKLEN : usize = 32;
pub const CIPHERKEYLEN : usize = 32;
pub const TAGLEN : usize = 16;

pub const MAXHASHLEN : usize = 64;
pub const MAXBLOCKLEN : usize = 128;
pub const MAXDHLEN : usize = 56;
pub const MAXMSGLEN : usize = 65535;