Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-10 | net: merge V2Transport constructors, move key gen | Pieter Wuille | |
This removes the ability for BIP324Cipher to generate its own key, moving that responsibility to the caller (mostly, V2Transport). This allows us to write the random-key V2Transport constructor by delegating to the explicit-key one. | |||
2023-08-15 | refactor: add missing headers for BIP324 ciphersuite | stratospher | |
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> |