This package provides a pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA).
A pure Rust implementation of the AES. Use the AES crate if possible, as the aes-ctr has been into it.
Runtime is an asynchronous library.
This package is deprecated. If you're looking for an asynchronous runtime please consider using async-std
or tokio
.
This package provides a way to abstract Rc
and Arc
smart pointers. It can also create data structures where the pointer type is parameterizable.
This package provides Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
Edwards Digital Signature Algorithm (EdDSA
) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support
Lexical is high-performance numeric conversion routines for use in a no_std environment. This does not depend on any standard library features, nor a system allocator.
There are situations where you need to intentionally leak some memory but not other memory. This package provides a discard trait which allows for intentionally leaking memory
Lexical is high-performance numeric conversion routines for use in a no_std environment. This does not depend on any standard library features, nor a system allocator.
This package provides a pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
This package provides a pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
This package provides a pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
This package provides a tool to count ones, using rapid popcount (hamming weight) techniques. This provides a performant popcount and bitwise hamming distance for a slice of bytes.
refpool
is a re-implementation of Rust's std::boxed::Box
and std::rc::Rc
which uses a pool of reusable memory to speed up reallocation.
Linkify is a Rust library to find links such as URLs and email addresses in plain text. It is smart about where a link ends, such as with trailing punctuation.
This is the FFI counter-part of the Rust GSL crate. It is better to use the GSL crate directly rather than this one (unless something is missing the Rust binding!).
This package produces and installs a correct pkg-config file, a static library and a dynamic library, and a C header to be used by any C (and C-compatible) software.
This package provides a crate to compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
Ammonia is a whitelist-based HTML sanitization library. It is designed to prevent cross-site scripting, layout breaking, and clickjacking caused by untrusted user-provided HTML being mixed into a larger web page.
This crate provides glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched.
This library enables loading additional CLI arguments from a file. This is meant to work with any CLI parser, like rust-clap
, by pre-processing the arguments, like rust-wild
.
charset is a wrapper around encoding_rs
that provides (non-streaming) decoding for character encodings that occur in email by providing decoding for UTF-7 in addition to the encodings defined by the Encoding Standard.
This package provides Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped.
This package provides wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped.