libcryptosec
|
#include <stdlib.h>
#include <time.h>
#include <openssl/bn.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/ossl_typ.h>
#include <libcryptosec/exception/BigIntegerException.h>
#include "ByteArray.h"
Go to the source code of this file.
Classes | |
class | BigInteger |
Classe usada para representar números grandes. A limitação do tamanho do número depende da memória disponível. More... | |
Functions | |
BigInteger | operator+ (long const c, BigInteger const &d) throw (BigIntegerException) |
BigInteger | operator- (long const c, BigInteger const &d) throw (BigIntegerException) |
BigInteger operator+ | ( | long const | c, |
BigInteger const & | d | ||
) | |||
throw | ( | BigIntegerException | |
) |
BigInteger operator- | ( | long const | c, |
BigInteger const & | d | ||
) | |||
throw | ( | BigIntegerException | |
) |