|
Botan 3.11.0
Crypto and TLS for C&
|
#include <pcurves.h>
Public Member Functions | |
| const auto & | _curve () const |
| const auto & | _value () const |
| void | _zeroize () |
| Scalar & | operator= (const Scalar &other)=default |
| Scalar & | operator= (Scalar &&other)=default |
| Scalar (const Scalar &other)=default | |
| Scalar (Scalar &&other)=default | |
| ~Scalar ()=default | |
Static Public Member Functions | |
| static Scalar | _create (CurvePtr curve, StorageUnit v) |
Elliptic curve scalar
This refers to the set of integers modulo the (prime) group order of the elliptic curve.
|
default |
References Scalar().
Referenced by _create(), operator=(), operator=(), Scalar(), and Scalar().
|
default |
References Scalar().
|
default |
|
inlinestatic |
|
inline |
|
inline |
| void Botan::PCurve::PrimeOrderCurve::Scalar::_zeroize | ( | ) |
Definition at line 15 of file pcurves.cpp.
References Botan::secure_zeroize_buffer().
References Scalar().
References Scalar().