Frank Denis 28fb97f188 Add (X)Salsa20 and NaCl boxes
The NaCl constructions are available in pretty much all programming
languages, making them a solid choice for applications that require
interoperability.

Go includes them in the standard library, JavaScript has the popular
tweetnacl.js module, and reimplementations and ports of TweetNaCl
have been made everywhere.

Zig has almost everything that NaCl has at this point, the main
missing component being the Salsa20 cipher, on top on which NaCl's
secretboxes, boxes, and sealedboxes can be implemented.

So, here they are!

And clean the X25519 API up a little bit by the way.
2020-10-25 18:04:12 +01:00
..
2020-10-18 18:24:36 +02:00
2020-09-11 20:02:41 -04:00
2020-10-25 18:04:12 +01:00
2020-09-04 05:15:03 +03:00
2020-09-11 20:02:41 -04:00
2020-10-25 18:04:12 +01:00
2020-10-19 15:15:43 +02:00
2020-10-07 04:34:09 -04:00
2020-10-17 21:06:54 -04:00
2020-09-04 22:49:14 +03:00
2020-09-22 05:12:21 -07:00