v/vlib/crypto/ed25519
2023-12-25 20:00:35 +02:00
..
examples vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
internal crypto: fix notices/errors for v -N test vlib/crypto 2023-12-25 20:00:35 +02:00
testdata
ed25519.v crypto: fix notices/errors for v -N test vlib/crypto 2023-12-25 20:00:35 +02:00
LICENSE
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.