mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
255 B
255 B
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
.