Commit graph

8 commits

Author SHA1 Message Date
Daniel Bermond
8c4d7743c8
Fix test-aeadchacha20poly1305
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] 3534b9c499

Signed-off-by: Daniel Bermond <dbermond@archlinux.org>
2025-01-01 16:38:28 -03:00
R4SAS
3cee8bfcb2
Update tests and corresponding makefiles (#1862) 2023-01-30 04:17:49 +03:00
orignal
abc4f6c70b fixed bug with chacha20 encryption of short messages 2018-12-03 13:36:17 -05:00
orignal
7efb47fed4 send NTCP2 frame from I2NP messages 2018-12-02 14:24:39 -05:00
orignal
ef6db64e9f correct chacha20 for multiple messages 2018-11-30 16:21:11 -05:00
orignal
e68f1dbc99 AEAD/Chacha20/Poly1305 encrypt multiple buffers 2018-11-30 14:41:14 -05:00
orignal
5447259e1a AEAD/ChaCha20/Poly1305 decryption and SessionCreate prcessing 2018-06-13 16:16:23 -04:00
orignal
6b9061515f AEAD/ChaCha20/Poly1305 test added 2018-06-13 12:25:32 -04:00