Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 20, 2022
1 parent 3a374e1 commit 54330b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wasi-crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Implementations are also encouraged to include the following algorithms in order
| Identifier | Algorithm |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `XOODYAK-128` | XOODYAK lightweight scheme, as specified in the most recent submission to NIST competition for lightweight cryptography |
| `XCHACHA20-POLY1305` | ChaCha20-Poly1305 AEAD with ean xtended nonce, as specified in the most recent `draft-irtf-cfrg-xchacha` CFRG draft |
| `XCHACHA20-POLY1305` | ChaCha20-Poly1305 AEAD with an extended nonce, as specified in the most recent `draft-irtf-cfrg-xchacha` CFRG draft |
| `KYBER768` | KYBER-768 post-quantum key encapsulation mechanism, as specified in the most recent submission to NIST competition for post-quantum cryptography |

Implementations are not limited to these algorithms. An implementation can include additional algorithms, and the set of required algorithms will be revisited in every revision of the specification.
Expand Down Expand Up @@ -2072,4 +2072,4 @@ function external_secret_decapsulate(): crypto_errno
- encrypted_secret_len: size
- Output:
- mut_ptr<array_output>
```
```

0 comments on commit 54330b7

Please sign in to comment.