mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 00:14:12 -05:00
[PR #162] [MERGED] Add BLAKE3 and rage to the Rust section #172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/162
Author: @lk-geimfari
Created: 12/30/2021
Status: ✅ Merged
Merged: 12/31/2021
Merged by: @sobolevn
Base:
master← Head:lk-geimfari-patch-1📝 Commits (1)
16c184fAdd blake3 and rage📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
BLAKE3 is a cryptographic hash function that is:
Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.
Secure, unlike MD5 and SHA-1. And secure against length extension,
unlike SHA-2.
Highly parallelizable across any number of threads and SIMD lanes,
because it's a Merkle tree on the inside.
Capable of verified streaming and incremental updates, again
because it's a Merkle tree.
A PRF, MAC, KDF, and XOF, as well as a regular hash.
One algorithm with no variants, which is fast on x86-64 and also
on smaller architectures.
rage is a simple, modern, and secure file encryption tool, using the age
format. It features small explicit keys, no config options, and UNIX-style
composability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.