Skip to main content

SLACK

Constant SLACK 

Source
pub const SLACK: usize = 8;
Expand description

Number of readable bytes that must follow the logical end of the input passed to verify_with_slack.

The current implementation reads at most 7 bytes past the logical end; the constant is rounded up to 8 to keep the contract simple and leave headroom.