Age | Commit message (Expand) | Author |
---|---|---|
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
2023-08-17 | crypto: refactor ChaCha20 classes to use Span<std::byte> interface | Pieter Wuille |
2023-08-15 | refactor: add missing headers for BIP324 ciphersuite | stratospher |
2023-08-14 | crypto: BIP324 ciphersuite follow-up | stratospher |
2023-07-26 | crypto: support split plaintext in ChaCha20Poly1305 Encrypt/Decrypt | Pieter Wuille |
2023-07-26 | crypto: add FSChaCha20Poly1305, rekeying wrapper around ChaCha20Poly1305 | Pieter Wuille |
2023-07-26 | crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439 | Pieter Wuille |