v/vlib/crypto/ed25519
blackshirt 3ac4155f0c
crypto: add an ed25519 digital signature module (#13476)
2022-02-15 21:28:14 +02:00
..
examples
internal
testdata
LICENSE
README.md
ed25519.v

README.md

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.