pub const STANDARD: Engine<Standard, true>;Expand description
Standard Base64 engine with padding.
This default strict engine is not a constant-time token validator or
key-material decoder. Use ct::STANDARD or Engine::ct_decoder for the
matching constant-time-oriented decoder when timing posture matters.