diff --git a/tests/pkg_wolfcrypt-ed25519-verify/README.md b/tests/pkg_wolfcrypt-ed25519-verify/README.md index 926379b8da..2b44ea2dfc 100644 --- a/tests/pkg_wolfcrypt-ed25519-verify/README.md +++ b/tests/pkg_wolfcrypt-ed25519-verify/README.md @@ -2,7 +2,7 @@ This is a demo of a signature verification using wolfCrypt. -wolfCrypt is part of [wolfSSL](https://www.wolfss.com) which provides several different cryptographic services. +wolfCrypt is part of [wolfSSL](https://www.wolfssl.com) which provides several different cryptographic services. In this test, a text message is signed using Edwards-curve digital signature algorithm, using the Ed25519 signature scheme.