licenses.dev

pbkdf2 v0.3.0

Generic implementation of PBKDF2

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
base64 • 0.9.3encodes and decodes base64 as bytes or utf8DIRECT2
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.7.3Buffer type for block processing of dataINDIRECT5
block-padding • 0.1.5Padding and unpadding of messages divided into blocks.INDIRECT1
byte-tools • 0.3.1Bytes related utility functionsINDIRECT0
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
crypto-mac • 0.7.0Trait for Message Authentication Code (MAC) algorithmsDIRECT3
digest • 0.8.1Traits for cryptographic hash functions and message authentication codesINDIRECT2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustINDIRECT0
hmac • 0.7.1Generic implementation of Hash-based Message Authentication Code (HMAC)DIRECT5
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
opaque-debug • 0.2.3Macro for opaque Debug trait implementationINDIRECT0
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.5.6Random number generators and other randomness functionality. DIRECT9
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
safemem • 0.3.3Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.INDIRECT0
sha-1 • 0.8.2SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.DIRECT9
sha2 • 0.8.2Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
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
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 1.0.0Pure-Rust traits and utilities for constant-time cryptographic implementations.DIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
MIT1
PackageRelationDependenciesPublished
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.0 version:

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