licenses.dev

aead v0.5.2

Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT15
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
atomic-polyfill • 1.0.3Atomic polyfills, for targets where they're not available.INDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
blobby • 0.3.1Iterator over simple binary blob storageDIRECT0
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsDIRECT3
hash32 • 0.2.132-bit hashing algorithmsINDIRECT1
heapless • 0.7.17`static` friendly data structures that don't require dynamic memory allocationDIRECT11
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT3
PackageRelationDependenciesPublished
bytes • 1.7.2Types and traits for working with bytesDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysDIRECT2
spin • 0.9.8Spin-based synchronization primitivesINDIRECT3
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.2 version:

[![licenses](https://licenses.dev/b/cargo/aead/0.5.2)](https://licenses.dev/cargo/aead/0.5.2)
<a href="https://licenses.dev/cargo/aead/0.5.2">
  <img src="https://licenses.dev/b/cargo/aead/0.5.2" alt="licenses" />
</a>
GitHub