v/vlib/crypto/ed25519
Delyan Angelov 9a2e29a898
ci: fix `./v -progress test-cleancode`
2022-04-17 12:14:31 +02:00
..
examples
internal ci: fix `./v -progress test-cleancode` 2022-04-17 12:14:31 +02:00
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.