lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Go to the source code of this file.
Classes | |
struct | lime::C255 |
curve 25519 data types size definition More... | |
struct | lime::C448 |
curve 448-goldilocks data types size definition More... | |
struct | lime::SHA512 |
SHA512 buffer size definition. More... | |
struct | lime::AES256GCM |
AES256GCM buffers size definition. More... | |
Namespaces | |
lime | |
Enumerations | |
enum | lime::Xtype { lime::Xtype::publicKey, lime::Xtype::privateKey, lime::Xtype::sharedSecret } |
List of data types used by key Echange algorithm. More... | |
enum | lime::DSAtype { lime::DSAtype::publicKey, lime::DSAtype::privateKey, lime::DSAtype::signature } |
List of data types used by Signature algorithm. More... | |