From dbe819bb94a5dc6081f440eeb4a6809c7ff66511 Mon Sep 17 00:00:00 2001 From: ckl Date: Wed, 13 Mar 2024 09:35:19 -0700 Subject: Updated test vector coverage on the front page PiperOrigin-RevId: 615447588 --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ea0d24b..d3d5f9f 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,20 @@ check out our [documentation](doc/). Project Wycheproof has tests for the most popular crypto algorithms, including -* AES-EAX -* AES-GCM -* [DH](doc/dh.md) -* DHIES -* [DSA](doc/dsa.md) -* [ECDH](doc/ecdh.md) -* ECDSA -* ECIES -* [RSA](doc/rsa.md) +- AES-EAX +- AES-GCM +- Chacha20/Poly1305 +- [DH](doc/dh.md) +- DHIES +- [DSA](doc/dsa.md) +- [ECDH](doc/ecdh.md) +- ECDSA +- EdDSA +- ECIES +- HKDF +- HMAC +- [RSA](doc/rsa.md) +- X25519, X448 The tests detect whether a library is vulnerable to many attacks, including -- cgit v1.1