Skip to main content

SEND_KEY_LEN

Constant SEND_KEY_LEN 

Source
pub(crate) const SEND_KEY_LEN: usize = 16;
Expand description

Length in bytes of the raw Send key carried in a Send URL fragment. pub(crate) so SendView::encrypt_composite (send.rs) can generate keys of exactly this length, enforcing the relationship at compile time instead of relying on a test to catch drift.