licenses.dev

crypto-hashes v0.9.0

Meta crate for cryptographic hash functions written in pure Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT26
PackageRelationDependenciesPublished
blake2 • 0.9.2BLAKE2 hash functionsDIRECT7
block-buffer • 0.3.3Buffer type for block processing of dataINDIRECT2
block-buffer • 0.9.0Buffer type for block processing of dataINDIRECT4
block-padding • 0.2.1Padding and unpadding of messages divided into blocks.INDIRECT0
byte-tools • 0.2.0Bytes related utility functionsINDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cpufeatures • 0.2.16Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-mac • 0.8.0Trait for Message Authentication Code (MAC) algorithmsINDIRECT4
digest • 0.7.6Traits for cryptographic hash functions and message authentication codesINDIRECT2
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesDIRECT3
gost94 • 0.9.1GOST R 34.11-94 hash functionDIRECT7
groestl • 0.9.0Grøstl hash functionDIRECT7
keccak • 0.1.5Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants INDIRECT2
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
md-5 • 0.9.1MD5 hash functionDIRECT7
md2 • 0.9.0MD2 hash functionDIRECT7
md4 • 0.9.0MD4 hash functionDIRECT7
opaque-debug • 0.3.1Macro for opaque Debug trait implementationINDIRECT0
ripemd160 • 0.7.0Deprecated. Use the ripemd crate isntead.DIRECT6
sha-1 • 0.9.8SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.DIRECT10
sha2 • 0.9.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT10
sha3 • 0.9.1Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE DIRECT10
streebog • 0.9.2Streebog (GOST R 34.11-2012) hash functionDIRECT7
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
whirlpool • 0.9.0Whirlpool hash functionDIRECT7
MIT2
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
generic-array • 0.9.1Generic types implementing functionality of arraysINDIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.9.0 version:

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