aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/crypto
AgeCommit message (Collapse)Author
2023-09-29[test/crypto] Use chacha20_block function in `data_to_num3072`stratospher
2023-09-29[test/crypto] Add ChaCha20 python implementationstratospher
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
2023-09-12[test/crypto] Add HMAC-based Key Derivation Function (HKDF)stratospher
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
2023-09-10[test] Move test framework crypto functions to crypto/stratospher