v/vlib/crypto/ed25519
Alexander Medvednikov fb192d949b all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
..
examples
internal all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
testdata
LICENSE
README.md
ed25519.v all: replace []byte with []u8 2022-04-15 15:35:35 +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.