|
10Duke Enterprise C++ Client
|
#include <BigNumber.h>
A BigNumber, RAII wrapper of libcrypto BIGNUM.
Public Member Functions | |
| BigNumber (const tenduke::utl::BinaryData &binaryData) | |
| Constructs new instance. | |
| tenduke::utl::FixedSizeBinaryData | toNativePaddedBinary () |
| Returns the BIGNUM as bytes as returned by BN_bn2nativepad. | |
|
explicit |
Constructs new instance.
| binaryData | - |
| xdutl::FixedSizeBinaryData tenduke::crypto::libcrypto::BigNumber::toNativePaddedBinary | ( | ) |
Returns the BIGNUM as bytes as returned by BN_bn2nativepad.