[PR #236] Add RustChain Proof-of-Antiquity to Python section #2310

Open
opened 2026-05-07 05:46:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/236
Author: @Scottcjn
Created: 2/28/2026
Status: 🔄 Open

Base: masterHead: add-rustchain-poa


📝 Commits (1)

  • 0595af4 Add RustChain Proof-of-Antiquity to Python section

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

Summary

Adds RustChain to the Python Frameworks and Libs section.

RustChain implements several cryptographic primitives in Python:

  • Ed25519 digital signatures via PyNaCl for transaction signing
  • BIP39 mnemonic seed phrases (24-word) for deterministic key derivation
  • Blake2b256 commitment hashes for on-chain anchor attestations
  • AES-256-GCM encrypted keystores with PBKDF2 (100,000 iterations)
  • Hardware fingerprinting using timing-based cryptographic attestation

Installable via pip install clawrtc (75+ stars, actively maintained).

Why it is awesome

Combines Ed25519, Blake2b256, BIP39, and AES-256-GCM into a novel Proof-of-Antiquity consensus that uses timing-based proofs to authenticate physical hardware.


🔄 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/236 **Author:** [@Scottcjn](https://github.com/Scottcjn) **Created:** 2/28/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-rustchain-poa` --- ### 📝 Commits (1) - [`0595af4`](https://github.com/sobolevn/awesome-cryptography/commit/0595af4d904040e885b292825238c66be2fe35a7) Add RustChain Proof-of-Antiquity to Python section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Summary Adds [RustChain](https://github.com/Scottcjn/Rustchain) to the Python Frameworks and Libs section. RustChain implements several cryptographic primitives in Python: - **Ed25519 digital signatures** via PyNaCl for transaction signing - **BIP39 mnemonic seed phrases** (24-word) for deterministic key derivation - **Blake2b256 commitment hashes** for on-chain anchor attestations - **AES-256-GCM encrypted keystores** with PBKDF2 (100,000 iterations) - **Hardware fingerprinting** using timing-based cryptographic attestation Installable via `pip install clawrtc` (75+ stars, actively maintained). ## Why it is awesome Combines Ed25519, Blake2b256, BIP39, and AES-256-GCM into a novel Proof-of-Antiquity consensus that uses timing-based proofs to authenticate physical hardware. --- <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-05-07 05:46:50 -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#2310