Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and provide 'best effort' constant time.
# Cargo.toml
[dependencies]
subtle-encoding = "0.5.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode bytes to hex using constant-time encoding.
Verify your threat model; use dedicated crypto libraries for strict constant-time requirements.
No dependency data recorded yet.