Skip to content
Chrono edited this page Dec 30, 2022 · 7 revisions

Welcome to ASodium wiki!

In general you'll find the sequence of the code and documentation is a little off compare to official libsodium.

In my wrapper library, I included ChaCha20Poly1305,Salsa20Poly1305,ChaCha20IETFPoly1305 in SodiumSecretBox.

Those are custom made helper class which enables people to use non-standardized ChaCha20,Salsa20,ChaCha20IETF along with Poly1305.

Use ChaCha20Poly1305,Salsa20Poly1305 and ChaCha20IETFPoly1305 at your own risk.

There will be bug fixes, code rework and allow developers to access some native functions which I didn't include within the past versions in future versions.

Examples.zip