scclib
Stable Cloud Computing C++ Library
Files | Classes
Elliptic curve cryptography

Elliptic curve ciphers for use in PKI cryptography & TLS encryption. More...

Collaboration diagram for Elliptic curve cryptography:

Files

file  ecc.h
 Elliptic curve cryptography.
 
file  ecc.cc
 Test file for Elliptic curve cryptography.
 

Classes

class  scc::crypto::EccGfp
 Elliptic curve cryptography over Galois prime field GF(p) curve. More...
 
class  scc::crypto::EccGfpPoint
 

Detailed Description

Elliptic curve ciphers for use in PKI cryptography & TLS encryption.

see: https://www.secg.org/

For use in TLS key exchange and X.509 certificate signing, e.g. https://tools.ietf.org/html/rfc4492