Skip to content

actuallyachraf/fs-merkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs-merkle

A pure F# implementation of the merkle tree algorithm.

  • [Features]
    • Generating and Verifying Audit Paths
    • Efficient Sparse Merkle Trees implementation
    • Follows RFC

This implementation uses a recursive algorithm over byte arrays instead of rebuilding trees using types.

  • N.B : Uses BouncyCastle for the SHA3 digest.

Releases

No releases published

Packages

No packages published

Languages