v/vlib/crypto/ed25519/README.md

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`.