Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-07 | crypto: Spanify EllSwiftPubKey constructor | Pieter Wuille | |
2023-08-15 | refactor: add missing headers for BIP324 ciphersuite | stratospher | |
2023-08-14 | crypto: BIP324 ciphersuite follow-up | stratospher | |
follow-up to #28008. * move `dummy_tag` variable in FSChaCha20Poly1305 crypto_tests outside of the loop to be reused every time * use easy to read `cipher.last()` in `AEADChaCha20Poly1305::Decrypt()` * comment for initiator in `BIP324Cipher::Initialize()` * systematically damage ciphertext with bit positions in bip324_tests * use 4095 max bytes for aad in bip324 fuzz test | |||
2023-07-26 | tests: add decryption test to bip324_tests | Pieter Wuille | |
2023-07-26 | Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ↵ | Pieter Wuille | |
ciphers Co-authored-by: dhruv <856960+dhruv@users.noreply.github.com> |