From cdb6f46eb48c9c20b31b972f3ccdaa70977c2ec0 Mon Sep 17 00:00:00 2001 From: Agam Sama <150595604+samaagam@users.noreply.github.com> Date: Sat, 13 Apr 2024 06:53:23 +0100 Subject: [PATCH] crypto.ed25519: fix `proted` -> `ported` typo in README.md (#21274) --- vlib/crypto/ed25519/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.