[test/crypto] Add Poly1305 python implementation

Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
This commit is contained in:
stratospher
2022-10-06 19:57:34 +05:30
parent fec2ca6c9a
commit 9fc6e0355e
2 changed files with 105 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ TEST_FRAMEWORK_MODULES = [
"key",
"messages",
"crypto.muhash",
"crypto.poly1305",
"crypto.ripemd160",
"script",
"segwit_addr",