Rust Crypto

Results 25 repositories owned by Rust Crypto

utils

391
Stars
117
Forks
Watchers

Utility crates used in RustCrypto

asm-hashes

41
Stars
26
Forks
Watchers

Assembly implementations of cryptographic hash functions

block-modes

43
Stars
9
Forks
Watchers

Collection of generic block mode algorithms written in pure Rust

crypto-bigint

156
Stars
35
Forks
Watchers

Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas

formats

204
Stars
104
Forks
Watchers

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX

JOSE

43
Stars
8
Forks
Watchers

Pure Rust implementation of Javascript Object Signing and Encryption (JOSE)

KDFs

61
Stars
26
Forks
Watchers

Collection of Key Derivation Functions written in pure Rust

nacl-compat

49
Stars
24
Forks
Watchers

Pure Rust compatibility layer for NaCl-family libraries

PAKEs

96
Stars
28
Forks
Watchers

Password-Authenticated Key Agreement protocols

ring-compat

29
Stars
13
Forks
Watchers

Compatibility library for using *ring* as a backend for RustCrypto's traits