crypto.ed25519: fix proted -> ported typo in README.md (#21274)

This commit is contained in:
Agam Sama 2024-04-13 06:53:23 +01:00 committed by GitHub
parent eb44844ccf
commit cdb6f46eb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
## Description ## Description
`crypto.ed25519` implements the `ed25519` public key digital signature algorithm for the V Language. `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`. See [Ed25519](http://ed25519.cr.yp.to/) for more detail about `ed25519`.