update rust crypto crates

This commit is contained in:
JMARyA 2025-05-02 13:21:07 +02:00
parent 9639ae7add
commit 8212f65957
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1062,6 +1062,8 @@ Currently, all supported targets follow the assembly code syntax used by LLVM's
- [redact](https://lib.rs/crates/redact): A simple library for keeping secrets out of logs - [redact](https://lib.rs/crates/redact): A simple library for keeping secrets out of logs
- [noise](https://lib.rs/crates/noise): Procedural noise generation library - [noise](https://lib.rs/crates/noise): Procedural noise generation library
- [ulid](https://lib.rs/crates/ulid): a Universally Unique Lexicographically Sortable Identifier implementation - [ulid](https://lib.rs/crates/ulid): a Universally Unique Lexicographically Sortable Identifier implementation
- [age](https://crates.io/crates/age): A simple, secure, and modern encryption library.
- [minisign](https://crates.io/crates/minisign): A crate to sign files and verify signatures.
#### Hashes #### Hashes
- [digest](https://lib.rs/crates/digest): Traits for cryptographic hash functions and message authentication codes - [digest](https://lib.rs/crates/digest): Traits for cryptographic hash functions and message authentication codes