Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.18 KB

File metadata and controls

82 lines (59 loc) · 2.18 KB

Third Party Notices

This software incorporates components from various open source projects.

Cryptographic Libraries

pqcrypto (CRYSTALS-Dilithium)

ed25519-dalek

sha3

blake3

aes-gcm

Networking

quinn (QUIC)

tokio

warp

Serialization

serde

bincode

Compression

zstd

Acknowledgments

QNet implements several high-performance blockchain concepts:

  • Verifiable Time Sequence (VTS): Cryptographic time ordering using sequential hashing with VDF properties
  • Adaptive BFT: Adaptive timeout management for Byzantine fault-tolerant consensus
  • Parallel Executor: Parallel transaction execution with dependency analysis
  • Shred Protocol: Efficient block propagation using erasure coding

These implementations are original work by AIQnetLab, inspired by general blockchain research and industry best practices.


For the full license of each dependency, please refer to their respective repositories or the Cargo.lock file.