diff --git a/vlib/crypto/ed25519/README.md b/vlib/crypto/ed25519/README.md index ab786c42c2..ae63f2f756 100644 --- a/vlib/crypto/ed25519/README.md +++ b/vlib/crypto/ed25519/README.md @@ -1,6 +1,6 @@ ## Description `crypto.ed25519` implements the `ed25519` public key digital signature algorithm for the V Language. -The module is proted from the `Go` version of `crypto.ed25519`. +The module is ported from the `Go` version of `crypto.ed25519`. See [Ed25519](http://ed25519.cr.yp.to/) for more detail about `ed25519`.