v/vlib/crypto/ed25519
2024-09-10 11:25:56 +03:00
..
examples
internal fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
testdata
ed25519.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
LICENSE
README.md crypto.ed25519: fix proted -> ported typo in README.md (#21274) 2024-04-13 08:53:23 +03:00

Description

crypto.ed25519 implements the ed25519 public key digital signature algorithm for the V Language. The module is ported from the Go version of crypto.ed25519.

See Ed25519 for more detail about ed25519.