licenses.dev

sha2 v0.7.1

Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT7
PackageRelationDependenciesPublished
block-buffer • 0.3.3Buffer type for block processing of dataDIRECT2
byte-tools • 0.2.0Bytes related utility functionsDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
digest • 0.7.6Traits for cryptographic hash functions and message authentication codesDIRECT2
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.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
MIT2
PackageRelationDependenciesPublished
generic-array • 0.9.1Generic types implementing functionality of arraysINDIRECT1
sha2-asm • 0.5.5Assembly implementation of SHA-2 compression functionsDIRECT2
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.7.1 version:

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