#include <gobjconfig.h>
#include <gobj/decls.h>
#include "gmp.h"
Functions | |
void | Gj_bignum_init () |
Initialize the bignum system. | |
Gj_Bignum* | Gj_bignum_newFromInt (int value) |
Create a new bignum from an integer. | |
Gj_Bignum* | Gj_bignum_create (Gj_Ctx* ctx, Gj_Stream* stream) |
Create bignum from a stream. More... | |
Gj_Bignum* | Gj_bignum_duplicate (Gj_Bignum* num) |
Dupliate a bignum. | |
void | Gj_bignum_delete (Gj_Bignum* num) |
Delete a bignum. | |
int | Gj_bignum_write (Gj_Ctx* ctx, Gj_Bignum* num, Gj_Stream* stream) |
Write a bignum to a stream. More... |
|
Create bignum from a stream.
|
|
Write a bignum to a stream.
|