Curve448 v1.0.3 Curve448 View Source
Curve448 Diffie-Hellman functions
Link to this section Summary
Functions
Derive the public key from a secret key
Derive a shared secret for a secret and public key
Generate a secret/public key pair
Link to this section Types
Specs
key() :: <<_::224>>
public or secret key
Link to this section Functions
Specs
Derive the public key from a secret key
Specs
Generate a secret/public key pair
Returned tuple contains {random_secret_key, derived_public_key}