Skip to content

doublezerofoundation/svm-hash-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Solana-compatible hashing and Merkle tree utilities

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages