v/vlib/crypto/ed25519
Alexander Medvednikov 36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
..
examples crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02:00
internal all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
testdata crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02: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
ed25519.v ed25519: make public ed25519.internal.edwars25519.Element (#13488) 2022-02-16 22:56:14 +02:00

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.