Constant lair_keystore_api::internal::crypto_box::NONCE_BYTES[][src]

pub const NONCE_BYTES: usize = 24;
Expand description

Length of the crypto box aead nonce. Ideally this would be exposed from upstream but I didn’t see a good way to get at it directly.