Skip to content

Commit

Permalink
Refresh list of algorithms (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: Franziskus Kiefer <[email protected]>
  • Loading branch information
protz and franziskuskiefer authored Sep 27, 2023
1 parent 1a0f62c commit f1f3050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/book/src/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For a detailed description fo the Support column, please see the [Architectures
| Signature | Ed25519 | Portable |
| Signature | ECDSA P-256r1 | Portable |
| Signature | ECDSA P-256k1 | Portable |
| Signature | RSA-PSS | Portable |
| Hash | SHA2-224 | Portable \| SHAEXT |
| Hash | SHA2-256 | Portable \| SHAEXT |
| Hash | SHA2-384 | Portable |
Expand All @@ -29,3 +30,5 @@ For a detailed description fo the Support column, please see the [Architectures
| MAC | HMAC | Portable (depends on hash) |
| MAC | Poly1305 | Portable \| vec128 \| vec256 \| x64 ASM |
| Hybrid Encryption | Nacl | Portable |
| Hybrid Encryption | HPKE | Portable (depends on hash, aead, dh) |
| Random Generation | HMAC-DRBG | Portable (depends on hash) |

0 comments on commit f1f3050

Please sign in to comment.