[PR #172] [MERGED] Add Orion to Rust's section #3712

Closed
opened 2026-06-03 16:39:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/172
Author: @lk-geimfari
Created: 6/11/2022
Status: Merged
Merged: 6/11/2022
Merged by: @sobolevn

Base: masterHead: master


📝 Commits (1)

  • fd0ce3b Add Orion to Rust's section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Orion is a cryptography library written in pure Rust. It aims to provide easy and usable crypto while trying to minimize the use of unsafe code. You can read more about Orion in the wiki.

Currently supports:

AEAD: (X)ChaCha20Poly1305.
Hashing: BLAKE2b, SHA2.
KDF: HKDF, PBKDF2, Argon2i.
Key exchange: X25519.
MAC: HMAC, Poly1305.
Stream ciphers: (X)ChaCha20.

🔄 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/172 **Author:** [@lk-geimfari](https://github.com/lk-geimfari) **Created:** 6/11/2022 **Status:** ✅ Merged **Merged:** 6/11/2022 **Merged by:** [@sobolevn](https://github.com/sobolevn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fd0ce3b`](https://github.com/sobolevn/awesome-cryptography/commit/fd0ce3bc7944cb85e1835d03f0f6bdabe0bc41bd) Add Orion to Rust's section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Orion is a cryptography library written in pure Rust. It aims to provide easy and usable crypto while trying to minimize the use of unsafe code. You can read more about Orion in the [wiki](https://github.com/orion-rs/orion/wiki). Currently supports: AEAD: (X)ChaCha20Poly1305. Hashing: BLAKE2b, SHA2. KDF: HKDF, PBKDF2, Argon2i. Key exchange: X25519. MAC: HMAC, Poly1305. Stream ciphers: (X)ChaCha20. --- <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 2026-06-03 16:39:19 -05: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#3712