Module cryptonomicon::elliptic_curve[][src]

Elliptic Curve Cryptography

This module encapsulates the data structures and methods related to elliptic curve cryptography.

Examples can be found within the implementation modules namespaced hereunder.

Modules

curve_25519

Curve25519 implementation

Traits

ECPrivateKey

Elliptic curve private key

ECPublicKey

Elliptic curve public key