aboutsummaryrefslogtreecommitdiff
path: root/pkg/merkle
Commit message (Collapse)AuthorAgeFilesLines
* add proof verification algorithms from RFC 9162Rasmus Dahlberg2022-06-211-0/+200
RFC 9162 uses the same hash strategy as RFC 6962. The resulting Go code was written to match the specification language to make review easier. At some point we should add test vectors, good both for us and others. To catch obvious errors I ran these algorithms with a simple CT monitor.