v/vlib/crypto/ed25519
2024-04-13 08:53:23 +03:00
..
examples vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
internal doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
testdata
ed25519.v crypto: fix notices/errors for v -N test vlib/crypto 2023-12-25 20:00:35 +02: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.