mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
6 lines
255 B
Markdown
6 lines
255 B
Markdown
## Description
|
|
|
|
`crypto.ed25519` implements the `ed25519` public key digital signature algorithm for the V Language.
|
|
The module is ported from the `Go` version of `crypto.ed25519`.
|
|
|
|
See [Ed25519](http://ed25519.cr.yp.to/) for more detail about `ed25519`.
|