kestrel-crypto

Crates.iokestrel-crypto
lib.rskestrel-crypto
version2.0.2
sourcesrc
created_at2021-11-21 08:38:57.405618
updated_at2024-07-08 01:24:00.449844
descriptionCryptography backend for Kestrel
homepagehttps://github.com/finfet/kestrel
repositoryhttps://github.com/finfet/kestrel
max_upload_size
id485199
size78,601
Kyle Schreiber (finfet)

documentation

https://docs.rs/kestrel-crypto/

README

Kestrel Cryptogrphy Library

Provides the cryptography backend for Kestrel. This is not meant to be a general purpose cryptography library, but does include access to a number of primitives.

API Includes

  • X25519
  • ChaCha20Poly1305
  • Noise X protocol
  • SHA256
  • Scrypt
  • HKDF-SHA256
  • Random key generation
  • Public Key authenticated encryption of data
  • Password bassed authenticated encryption
Commit count: 295

cargo fmt