Files
mars-matrixssl/crypto/aead/chacha20poly1305ietf
Janne Johansson 69b5f2c6c3 MatrixSSL 4.5.1
2022-07-29 12:30:12 +03:00
..
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2017-12-13 16:02:09 +02:00
2017-12-13 16:02:09 +02:00
2017-12-13 16:02:09 +02:00
2017-12-13 16:02:09 +02:00
2022-07-29 12:30:12 +03:00
2018-09-13 12:17:26 +03:00
2017-12-13 16:02:09 +02:00
2018-09-13 12:17:26 +03:00
2017-12-13 16:02:09 +02:00
2017-12-13 16:02:09 +02:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00
2018-09-13 12:17:26 +03:00

This directory implements chacha20-poly1305 autenticated encryption
function for MatrixSSL. The implementation consists of software from
libsodium 1.0.12.

The software has been modified to use psSodium and psCrypto prefixes
for functions to ensure it does not use the same function names than
libsodium (and therefore potentially conflict with libsodium).