licenses.dev

blake2-rfc v0.2.18

A pure Rust implementation of BLAKE2 based on RFC 7693.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT5
PackageRelationDependenciesPublished
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT1
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
regex-syntax • 0.2.6A regular expression parser.INDIRECT0
semver • 0.2.3Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
MIT2
PackageRelationDependenciesPublished
data-encoding • 2.6.0Efficient and customizable data-encoding functions like base64, base32, and hexDIRECT0
nom • 1.2.4A byte-oriented, zero-copy, parser combinators libraryINDIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
non-standard1
PackageRelationDependenciesPublished
clippy • 0.0.41A bunch of helpful lints to avoid common pitfalls in Rust.DIRECT6
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.18 version:

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