Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 10, 2021
1 parent ff37a57 commit d6cdede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ implementation:
* [x] [One-time authentication](https://doc.libsodium.org/advanced/poly1305) (`crypto_onetimeauth_*`)
* [x] [Sealed boxes](https://doc.libsodium.org/public-key_cryptography/sealed_boxes)
* [x] [Key derivation](https://doc.libsodium.org/key_derivation) (`crypto_kdf_*`)
* [ ] [Key exchange](https://doc.libsodium.org/key_exchange) (`crypto_kx_*`)
* [x] [Key exchange](https://doc.libsodium.org/key_exchange) (`crypto_kx_*`)
* [ ] [Short-input hashing](https://doc.libsodium.org/hashing/short-input_hashing)
* [ ] [Password hashing](https://doc.libsodium.org/password_hashing/default_phf)
* [ ] [Public-key signatures](https://doc.libsodium.org/public-key_cryptography/public-key_signatures)
Expand Down

0 comments on commit d6cdede

Please sign in to comment.