curve448
August 6, 2025 · View on GitHub
This module implements a pure Vlang implementation of Curve448.
Curve448 or Curve448-Goldilocks is an elliptic curve potentially offering 224 bits of security
and designed for use with the elliptic-curve Diffie–Hellman (ECDH) key agreement scheme.
This module mostly was the port of the Golang x448 module into V