mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
6 lines
226 B
Markdown
6 lines
226 B
Markdown
|
README
|
||
|
-----
|
||
|
|
||
|
This module implements `ed25519` public key digital signature algorithm for V Language ported </br>
|
||
|
from `Go` version of `crypto.ed25519`.
|
||
|
See [Ed25519](http://ed25519.cr.yp.to/) for more detail about `ed25519`.
|