Skip to main content

SUITE_PNP

Constant SUITE_PNP 

Source
pub const SUITE_PNP: u16 = 2;
Expand description

The suite id of the PNP tier — the information-theoretic true one-time pad (see super::pnp). It is the last resort should computational cryptography fall (the P = NP scenario): its secrecy rests on Shannon, not on any hardness assumption. Like SUITE_PQ it is keyed and stateful, so it lives outside the stateless suite_for registry and is used through super::pnp::PnpSuite rather than seal / open.