licenses.dev

subtle-encoding v0.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.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/subtle-encoding)](https://licenses.dev/cargo/subtle-encoding)
<a href="https://licenses.dev/cargo/subtle-encoding">
  <img src="https://licenses.dev/b/cargo/subtle-encoding" alt="licenses" />
</a>

Or the licenses badge code for the 0.5.1 version:

[![licenses](https://licenses.dev/b/cargo/subtle-encoding/0.5.1)](https://licenses.dev/cargo/subtle-encoding/0.5.1)
<a href="https://licenses.dev/cargo/subtle-encoding/0.5.1">
  <img src="https://licenses.dev/b/cargo/subtle-encoding/0.5.1" alt="licenses" />
</a>
GitHub