-
- Downloads
Merge pull request #9236 from bergzand/pr/crypto/poly1305
crypto: Poly1305 implementation
No related branches found
No related tags found
Showing
- sys/crypto/poly1305.c 172 additions, 0 deletionssys/crypto/poly1305.c
- sys/include/crypto/poly1305.h 94 additions, 0 deletionssys/include/crypto/poly1305.h
- tests/unittests/tests-crypto/tests-crypto-poly1305.c 295 additions, 0 deletionstests/unittests/tests-crypto/tests-crypto-poly1305.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/poly1305.c
0 → 100644
sys/include/crypto/poly1305.h
0 → 100644
Please register or sign in to comment