licenses.dev

libsecp256k1 v0.3.5

Pure Rust secp256k1 implementation.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT40
PackageRelationDependenciesPublished
arrayvec • 0.3.25A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT2
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
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
clear_on_drop • 0.2.5Helpers for clearing sensitive data on the stack and heapDIRECT2
crypto-mac • 0.7.0Trait for Message Authentication Code (MAC) algorithmsINDIRECT3
digest • 0.8.1Traits for cryptographic hash functions and message authentication codesDIRECT2
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustINDIRECT0
gcc • 0.3.55**Deprecated** crate, renamed to `cc` A 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. INDIRECT0
hex-literal-impl • 0.2.3Internal implementation of the hex-literal crateINDIRECT1
hex-literal • 0.2.2Macro for converting hexadecimal string to a byte array at compile timeDIRECT2
hmac • 0.7.1Generic implementation of Hash-based Message Authentication Code (HMAC)INDIRECT5
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
odds • 0.2.26Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Things in odds may move to more appropriate crates if we find them. INDIRECT0
opaque-debug • 0.2.3Macro for opaque Debug trait implementationINDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.89A 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.2.2ChaCha random number generator INDIRECT9
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_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT0
rand_hc • 0.2.0HC128 random number generator INDIRECT1
rand • 0.4.6Random number generators and other randomness functionality. DIRECT8
rand • 0.7.3Random number generators and other randomness functionality. DIRECT11
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. INDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.8.2Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.82Parser for Rust source codeINDIRECT2
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.DIRECT0
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
MIT2
PackageRelationDependenciesPublished
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsDIRECT0
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
subtle • 1.0.0Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.DIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
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-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
hmac-drbg • 0.2.0Pure Rust implementation of Hmac DRBG.DIRECT6
CC0-1.01
PackageRelationDependenciesPublished
secp256k1-test • 0.7.2Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities.DIRECT24
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.5 version:

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