v/vlib/crypto/ed25519
Alexander Medvednikov d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
..
examples checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
internal all: byte => u8 2022-04-15 14:58:56 +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 checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03: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.