core/crypto/x448
x448
Constants
2POINT_SIZE
POINT_SIZE :: 56SourcePOINT_SIZE is the size of a X448 point (public key/shared secret) in bytes.
SCALAR_SIZE
SCALAR_SIZE :: 56SourceSCALAR_SIZE is the size of a X448 scalar (private key) in bytes.
Procedures
2scalarmult
scalarmult :: proc(dst: []u8, scalar: []u8, point: []u8)Sourcescalarmult "multiplies" the provided scalar and point, and writes the resulting point to dst.
scalarmult_basepoint
scalarmult_basepoint :: proc(dst: []u8, scalar: []u8)Sourcescalarmult_basepoint "multiplies" the provided scalar with the X448 base point and writes the resulting point to dst.