This cleanses the temporary ChaCha20 block used to derive the one-time Poly1305 key in AEADChaCha20Poly1305::ComputeTag()
Poly1305 copies the first 32 bytes into its own context during construction, so the full temporary block can be wiped before processing AAD and ciphertext. This matches the existing cleanup of the FSChaCha20Poly1305 rekey block in the same file
No behavior change is expected for callers
Tested:
cmake --build build --target test_bitcoinbuild/bin/test_bitcoin --run_test=crypto_testsctest --test-dir build -R "^(crypto_tests|bip324_tests)$" --output-on-failurebuild/bin/test_bitcoin