A Typescript implementation of a sparse Merkle tree based on a python implementation, with compact proof generation/verification based on this post.
s
smt
public
2 stars
2 forks
0 issues
Commits
List of commits on branch master.Verified
6296754ac2790e852412e8bfb347ae8db1b0d70aMerge pull request #1 from gballet/es5-target
ss1na committed 5 years ago
Unverified
2795f207ac2130cfa2ea400c8b16452a87c1dadaQuell linter target issue
ggballet committed 5 years ago
Unverified
42cbb58ac5ee776211743e5f80bd5a6601a312e1Minor fix
ss1na committed 5 years ago
Unverified
5b93ab1a77f3e7abb8d2b00f15e11ae398a6404aGenerate and verify proof of non-membership
ss1na committed 5 years ago
Unverified
3aec468c5adb80b904a94ecf9c6c8dae6acd7295Add README.md
ss1na committed 5 years ago
Unverified
78285c6856dc79c2bfbced5c4dcab5b02dfeeb0bMake hasher a property of smt
ss1na committed 5 years ago