Skip to main content

URL_SAFE

Constant URL_SAFE 

Source
pub const URL_SAFE: Engine<UrlSafe, true>;
Expand description

URL-safe Base64 engine with padding.

This default strict engine is not a constant-time token validator or key-material decoder. Use ct::URL_SAFE or Engine::ct_decoder for the matching constant-time-oriented decoder when timing posture matters.