[][src]Crate x448

Structs

PublicKey

A PublicKey is a point on Curve448.

Secret

A Secret is a Scalar on Curve448.

Functions

x448

The raw x448 function defined in RFC448. Currently, the only reason I can think of for using the raw function is FFI. Option is FFI safe[1]. So we can still maintain that the invariant that we do not return a low order point. [1] https://github.com/rust-lang/nomicon/issues/59

Type Definitions

SharedSecret

A SharedSecret is a point on Curve448. This point is the result of a Diffie-Hellman key exchange.