subtle-encoding 0.5.1

Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and therefore provide "best effort" constant time. Useful for encoding/decoding secret values such as cryptographic keys.
Documentation

subtle-encoding

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 5 of them enabled by default.

default

base64 (default)

hex (default)

This feature flag does not enable additional features.

std (default)

zeroize (default)

alloc (default)

This feature flag does not enable additional features.

bech32-preview