diff options
author | Pieter Wuille <pieter@wuille.net> | 2023-06-28 14:09:53 -0400 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2023-07-26 16:51:51 -0400 |
commit | 9fd085a1a49d317abcaf1492b71c48bf1a1b3007 (patch) | |
tree | 411e70c5695ca7380ea0dc1bad3cbff2ea0e2ae4 /src/Makefile.bench.include | |
parent | f57e724a809feb139c5ae71c4db65635427e4802 (diff) |
crypto: remove outdated variant of ChaCha20Poly1305 AEAD
Remove the variant of ChaCha20Poly1305 AEAD that was previously added in
anticipation of BIP324 using it. BIP324 was updated to instead use rekeying
wrappers around otherwise unmodified versions of the ChaCha20 stream cipher
and the ChaCha20Poly1305 AEAD as specified in RFC8439.
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r-- | src/Makefile.bench.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index 10c8389c80..25a17c43ed 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -22,7 +22,6 @@ bench_bench_bitcoin_SOURCES = \ bench/block_assemble.cpp \ bench/ccoins_caching.cpp \ bench/chacha20.cpp \ - bench/chacha_poly_aead.cpp \ bench/checkblock.cpp \ bench/checkqueue.cpp \ bench/crypto_hash.cpp \ |