licenses.dev

crypto v0.5.1

Facade crate for all of the RustCrypto traits (e.g. `aead`, `cipher`, `digest`)

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT19
PackageRelationDependenciesPublished
aead • 0.5.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API DIRECT6
base16ct • 0.2.0Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support INDIRECT0
base64ct • 1.6.0Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT4
cipher • 0.4.4Traits for describing block ciphers and stream ciphersDIRECT7
crypto-bigint • 0.5.5Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics. INDIRECT6
crypto-common • 0.1.6Common cryptographic traitsDIRECT5
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesDIRECT8
elliptic-curve • 0.13.8General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. DIRECT10
ff • 0.13.0Library for building and interfacing with finite fieldsINDIRECT2
group • 0.13.0Elliptic curve group traits and utilitiesINDIRECT3
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.INDIRECT4
password-hash • 0.5.0Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF) DIRECT3
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
signature • 2.2.0Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)DIRECT0
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
universal-hash • 0.5.1Traits which describe the functionality of universal hash functions (UHFs)DIRECT7
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! INDIRECT0
MIT1
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT3
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)](https://licenses.dev/cargo/crypto)
<a href="https://licenses.dev/cargo/crypto">
  <img src="https://licenses.dev/b/cargo/crypto" alt="licenses" />
</a>

Or the licenses badge code for the 0.5.1 version:

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