1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/crypto/ed25519
Alexander Medvednikov 78cb6e2b41 all: handle fixed []u8
2022-04-15 18:35:56 +03:00
..
examples
internal all: handle fixed []u8 2022-04-15 18:35:56 +03:00
testdata
ed25519.v
LICENSE
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.