1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/crypto/ed25519
2023-07-20 02:33:07 +03:00
..
examples vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
internal math.big: rework function naming and documentation (#18890) 2023-07-20 02:33:07 +03:00
testdata crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02:00
ed25519.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
LICENSE crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02:00
README.md crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02:00

README

This module implements ed25519 public key digital signature algorithm for V Language ported
from Go version of crypto.ed25519. See Ed25519 for more detail about ed25519.