licenses.dev

tweecrypto v0.0.1

TweeChat Client Crypto Library

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT80
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 INDIRECT9
aes-gcm-siv • 0.11.1Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 8452) with optional architecture-specific hardware acceleration INDIRECT20
aes-gcm • 0.10.3Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration INDIRECT21
aes • 0.8.4Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)INDIRECT13
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8DIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
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
chacha20 • 0.9.1The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. INDIRECT13
chacha20poly1305 • 0.10.1Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration. Also contains implementations of the XChaCha20Poly1305 extended nonce variant of ChaCha20Poly1305, and the reduced-round ChaCha8Poly1305 and ChaCha12Poly1305 lightweight variants. INDIRECT19
cipher • 0.4.4Traits for describing block ciphers and stream ciphersINDIRECT11
cmac • 0.7.2Generic implementation of Cipher-based Message Authentication CodeINDIRECT16
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-common • 0.1.6Common cryptographic traitsINDIRECT8
ctr • 0.9.2CTR block modes of operationINDIRECT12
dbl • 0.3.2Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMACINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT11
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
fixedbitset • 0.4.2FixedBitSet is a simple bitset collectionINDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
ghash • 0.5.1Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher. INDIRECT14
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
hkdf • 0.12.4HMAC-based Extract-and-Expand Key Derivation Function (HKDF)INDIRECT13
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)INDIRECT12
home • 0.5.11Shared definitions of home directories.INDIRECT10
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.INDIRECT3
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
multimap • 0.8.3A multimap implementation.INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
opaque-debug • 0.3.1Macro for opaque Debug trait implementationINDIRECT0
petgraph • 0.6.5Graph data structure library. Provides graph types and graph algorithms.INDIRECT4
poly1305 • 0.8.0The Poly1305 universal hash function and message authentication codeINDIRECT13
polyval • 0.6.2POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC) INDIRECT13
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
prettyplease • 0.1.25A minimal `syn` syntax tree pretty-printerINDIRECT4
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT1
sha-1 • 0.10.1SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.INDIRECT13
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT13
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
tempfile • 3.8.0A library for managing temporary files and directories.INDIRECT28
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)INDIRECT10
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
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
Apache-2.09
PackageRelationDependenciesPublished
prost-build • 0.11.9A Protocol Buffers implementation for the Rust Language.INDIRECT55
prost-derive • 0.11.9A Protocol Buffers implementation for the Rust Language.INDIRECT7
prost-types • 0.11.9A Protocol Buffers implementation for the Rust Language.INDIRECT10
prost • 0.11.9A Protocol Buffers implementation for the Rust Language.INDIRECT9
tink-aead • 0.2.5AEAD functionality for Rust port of Google's Tink cryptography libraryDIRECT99
tink-core • 0.2.5Core crate for Rust port of Google's Tink cryptography libraryDIRECT79
tink-mac • 0.2.5MAC functionality for Rust port of Google's Tink cryptography libraryINDIRECT87
tink-prf • 0.2.5PRF functionality for Rust port of Google's Tink cryptography libraryINDIRECT86
tink-proto • 0.2.5Protocol buffer message definitions for Rust port of Google's Tink cryptography libraryINDIRECT56
MIT4
PackageRelationDependenciesPublished
bytes • 1.9.0Types and traits for working with bytesINDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT27
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.1 version:

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