-
- Downloads
Merge pull request #10220 from bergzand/pr/crypto/chacha20poly1305
chacha20poly1305: Initial implementation of AEAD cipher.
No related branches found
No related tags found
Showing
- sys/crypto/chacha20poly1305.c 177 additions, 0 deletionssys/crypto/chacha20poly1305.c
- sys/include/crypto/chacha20poly1305.h 104 additions, 0 deletionssys/include/crypto/chacha20poly1305.h
- tests/unittests/tests-crypto/tests-crypto-chacha20poly1305.c 86 additions, 0 deletionstests/unittests/tests-crypto/tests-crypto-chacha20poly1305.c
- tests/unittests/tests-crypto/tests-crypto.c 1 addition, 0 deletionstests/unittests/tests-crypto/tests-crypto.c
- tests/unittests/tests-crypto/tests-crypto.h 2 additions, 0 deletionstests/unittests/tests-crypto/tests-crypto.h
sys/crypto/chacha20poly1305.c
0 → 100644
sys/include/crypto/chacha20poly1305.h
0 → 100644
Please register or sign in to comment