svm-hash

Crates.iosvm-hash
lib.rssvm-hash
version0.2.0
created_at2025-07-14 17:39:21.198277+00
updated_at2025-12-02 16:56:27.692455+00
descriptionSolana-compatible hashing and Merkle tree utilities
homepagehttps://doublezero.xyz
repositoryhttps://github.com/doublezerofoundation/svm-hash-rs
max_upload_size
id1752106
size76,303
Karl (karl-dz)

documentation

README

svm-hash

A Rust library providing Solana-compatible hashing and Merkle tree utilities.

Features

  • Double hashing: Domain-separated double SHA-256 hashing compatible with Solana.
  • Merkle trees: Complete Merkle tree implementation with proof generation and verification.
  • Generic support: Works with any data type implementing AsRef<[u8]>.
  • bytemuck integration: Zero-copy serialization support with the bytemuck feature.
Commit count: 0

cargo fmt