mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Update vlib/x/crypto/ascon/README.md
This commit is contained in:
parent
152001ef81
commit
0ffdecfb27
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ thats provides Authenticated Encryption, Hash, and Extendable Output Functions.
|
|||
See the [NIST.SP.800-232 Standard](https://doi.org/10.6028/NIST.SP.800-232) for more detail.
|
||||
|
||||
This module mostly implements all the features availables on the document.
|
||||
Its currently implements:
|
||||
It currently implements:
|
||||
- `Ascon-Hash256`, Ascon-based hashing implementation that produces 256-bits output.
|
||||
- `Ascon-XOF128`, Ascon-based eXtendable Output Function (XOF) where the output size of
|
||||
the hash of the message can be selected by the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue