Atlas Entry
A fundamental building block of Proof of History for the Atlas blockchain.
Overview
The Atlas Entry module contains a unique ID that is the hash of the Entry before it, plus the hash of the transactions within it. Entries cannot be reordered, and its field num_hashes represents an approximate amount of time since the last Entry was created.
Features
- Proof of History (PoH) generation and verification
- Entry creation and validation
- Transaction batching and verification
- SIMD-optimized hash verification (AVX2/AVX512)
Installation
Add this to your Cargo.toml:
[]
= "3.0.0"
Usage
use Entry;
use Poh;
// Create a new PoH instance
let mut poh = new;
// Generate entries with transactions
let entry = new;
License
Licensed under the Apache License, Version 2.0
Author
Atlas Chain Foundation