mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-14 05:20:10 +00: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 | ||