mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +02:00
The function `i2pd::crypto::AEADChaCha20Poly1305Encrypt()` was
changed[1] to the overloaded method `Encrypt()` in a new class
object named `i2pd::crypto::AEADChaCha20Poly1305Encrypt`.
test-aeadchacha20poly1305 needs to be updated for this.
Fixes #2143
[1]
|
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
test-aeadchacha20poly1305.cpp | ||
test-aes.cpp | ||
test-base-64.cpp | ||
test-blinding.cpp | ||
test-eddsa.cpp | ||
test-elligator.cpp | ||
test-gost-sig.cpp | ||
test-gost.cpp | ||
test-http-merge_chunked.cpp | ||
test-http-req.cpp | ||
test-http-res.cpp | ||
test-http-url.cpp | ||
test-http-url_decode.cpp |