[PR #162] [MERGED] Add BLAKE3 and rage to the Rust section #172

Closed
opened 2025-11-06 09:11:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: lk-geimfari-patch-1


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/162 **Author:** [@lk-geimfari](https://github.com/lk-geimfari) **Created:** 12/30/2021 **Status:** ✅ Merged **Merged:** 12/31/2021 **Merged by:** [@sobolevn](https://github.com/sobolevn) **Base:** `master` ← **Head:** `lk-geimfari-patch-1` --- ### 📝 Commits (1) - [`16c184f`](https://github.com/sobolevn/awesome-cryptography/commit/16c184f640de6c07a11ccf991bdb3d59ef660f7e) Add blake3 and rage ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description [BLAKE3](https://github.com/BLAKE3-team/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. <hr> [rage](https://github.com/str4d/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 09:11:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#172