diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/implement-proof-verification.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/implement-proof-verification.md b/issues/implement-proof-verification.md new file mode 100644 index 0000000..df3043d --- /dev/null +++ b/issues/implement-proof-verification.md @@ -0,0 +1,9 @@ +**Title:** Implement proof verification</br> +**Date:** 2021-12-20 </br> + +# Summary +Implement verification of inclusion and consistency proofs in `pkg/types`. + +# Description +Inclusion and consistency proof verification have yet to be implemented. For +algorithms, see RFC 6962. Avoid bringing in an external dependency for this. |