yedad_ladder 0.1.0

Core library for Yedad ladder hash algorithm - digital signature based on double SHA-256 for decentralized networks
Documentation

yedad_ladder

Yedad CI License Open Source Crates.io Documentation

Core of the Yedad ladder hash algorithm – a digital signature based on double-hash (Double SHA-256) for decentralized networks.

Features

  • Generate master_seed from any private key (with 2048 rounds of double-hash)
  • Generate root for each ladder (with 2048 rounds of double-hash)
  • Compute ladder steps on the fly (without storing the entire ladder)
  • Slot structure for managing account state
  • Verify transactions using the double-hash method

Installation

Add this to your Cargo.toml:

[dependencies]
yedad_ladder = "0.1.0"