|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
curve 448-goldilocks data types size definition More...
Public Types | |
| using | EC = C448 |
Static Public Member Functions | |
| static const std::string | Id () |
| a string to indentify this curve More... | |
| static constexpr lime::CurveId | curveId () |
| the C448 curve id using the CurveId enumeration More... | |
| static constexpr size_t | Xsize (lime::Xtype dataType) |
| for X448, public, private and shared secret have the same length 56 bytes More... | |
| static constexpr size_t | DSAsize (lime::DSAtype dataType) |
| for Ed448, public and private key have the same length 57 bytes, signature is 114 bytes long More... | |
curve 448-goldilocks data types size definition
| using lime::C448::EC = C448 |
|
inlinestatic |
the C448 curve id using the CurveId enumeration
|
inlinestatic |
for Ed448, public and private key have the same length 57 bytes, signature is 114 bytes long
|
inlinestatic |
a string to indentify this curve
|
inlinestatic |
for X448, public, private and shared secret have the same length 56 bytes
1.8.10