1#ifndef TENDUKE_LIBCRYPTO_BIGNUM_H
2#define TENDUKE_LIBCRYPTO_BIGNUM_H
4#include "utl/FixedSizeBinaryData.h"
A BigNumber, RAII wrapper of libcrypto BIGNUM.
Definition BigNumber.h:15
tenduke::utl::FixedSizeBinaryData toNativePaddedBinary()
Returns the BIGNUM as bytes as returned by BN_bn2nativepad.
Definition BigNumber.cpp:38
A holder of binary data.
Definition BinaryData.h:13
Utility class for fixed size binary data.
Definition FixedSizeBinaryData.h:16
libcrypto based implementations of cryptography services.
Definition AsymmetricMessageDigest.h:15
Cryptography services.
Definition CryptoException.h:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4