1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/crypto/ed25519
2022-11-10 20:19:19 +02:00
..
examples all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
internal checker: check fntype mismatch of struct field init (fix #16372) (#16381) 2022-11-10 20:19:19 +02:00
testdata crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02:00
ed25519.v all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03: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

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.