Skip to content

Add RustChain Proof-of-Antiquity to Python section#236

Open
Scottcjn wants to merge 1 commit intosobolevn:masterfrom
Scottcjn:add-rustchain-poa
Open

Add RustChain Proof-of-Antiquity to Python section#236
Scottcjn wants to merge 1 commit intosobolevn:masterfrom
Scottcjn:add-rustchain-poa

Conversation

@Scottcjn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant