yedad_ladder
Core of the Yedad ladder hash algorithm – a digital signature based on double-hash (Double SHA-256) for decentralized networks.
Features
- Generate
master_seedfrom any private key (with 2048 rounds of double-hash) - Generate
rootfor each ladder (with 2048 rounds of double-hash) - Compute ladder steps on the fly (without storing the entire ladder)
Slotstructure for managing account state- Verify transactions using the double-hash method
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"