3.11 Curve25519
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SSL Interface
library(crypto): Cryptography and authentication library
Curve25519
curve25519_generator/1
curve25519_scalar_mult/3
Availability:
:- use_module(
library(crypto)
).
(can be
autoloaded
)
[det]
curve25519_generator
(
-Generator
)
Points on Curve25519 are hexadecimal atoms denoting the u-coordinate of the Montgomery curve.
Generator
is the generator point of Curve25519.