Skip to content

ACD421/qrtb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRTB

Quantum-Resistant Temporal Blockchain

WOTS+ on SHA3-256 | Temporal key rotation | BFT consensus | Forward secrecy

Proprietary Python 3.10+ Rust

Overview

Post-quantum blockchain. WOTS+ on SHA3-256 instead of ECDSA. Temporal key evolution with forward secrecy.

Architecture

src/  crypto.py, block_producer.py, consensus.py, transaction.py, wallet.py,
      validator.py, epoch.py, measurement.py, detection.py, network.py,
      storage.py, performance.py

native/src/   wots.rs, sha3.rs, merkle.rs, temporal_auth.rs  (Rust)
native/csrc/  wots.c, sha3.c, merkle.c, temporal_auth.c      (C fallback)

Quick Start

python run_testnet.py
cd native && cargo bench

Author

Andrew C. Dorman

License

Proprietary License. See LICENSE.

About

Post-quantum blockchain. WOTS+ on SHA3-256, temporal key rotation, BFT consensus.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors