v/vlib/crypto/ed25519
2024-09-14 23:13:25 +03:00
..
examples vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
internal checker: add missing check for ref passing to non-ref (#22194) 2024-09-14 23:13:25 +03:00
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 crypto: add an ed25519 digital signature module (#13476) 2022-02-15 21:28:14 +02:00
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.