v / vlib / crypto / ed25519 / README.md
6 lines · 4 sloc · 255 bytes · cdb6f46eb48c9c20b31b972f3ccdaa70977c2ec0
Raw

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.