Skip to main content

INVITE_SECRET_LEN

Constant INVITE_SECRET_LEN 

Source
const INVITE_SECRET_LEN: usize = 32;
Expand description

Length, in bytes, of the raw invite secret. 32 bytes provides 256 bits of entropy, which is why the invite secret is safe to use directly as a [HighEntropySecret].