Add a xchacha version of crypto_box_seal

No high level API for it, no reasons to, so not available in minimal mode.
This commit is contained in:
Frank Denis
2017-07-06 15:30:36 +02:00
parent c77ba98d7b
commit ccb842f488
5 changed files with 108 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ the algorithm and can verify both Argon2i and Argon2id hashed passwords.
The default algorithm for newly hashed passwords remains Argon2i in
this version to avoid breaking compatibility with verifiers running
libsodium <= 1.0.12.
- A `crypto_box_curve25519xchacha20poly1305_seal*()` function set was
implemented.
* Version 1.0.12
- Ed25519ph was implemented, adding a multi-part signature API