Repository

curve448

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

About

Curve448 is a high-security elliptic curve cryptography (ECC) curve, designed for use with the Elliptic Curve Diffie-Hellman (ECDH) key exchange scheme. It offers a security level equivalent to 224 bits, making it suitable for applications requiring strong encryption and secure communication.

0
3
last Aug 6

Author

blackshirt