aboutsummaryrefslogtreecommitdiff
path: root/bignum.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-14 17:59:58 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-14 17:59:58 -0500
commit06f2620ead18279afdd2501c3fef409252aa7ea0 (patch)
tree2ce3735ef6d39d973c270dd7bce161449c8ab7c7 /bignum.h
parentf004009a5e52f617ef1f11639a1b810f687ffe2f (diff)
downloadtaipan-06f2620ead18279afdd2501c3fef409252aa7ea0.tar.gz
big_copy() API for bignum
Diffstat (limited to 'bignum.h')
-rw-r--r--bignum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bignum.h b/bignum.h
index 1519c87..185d118 100644
--- a/bignum.h
+++ b/bignum.h
@@ -41,6 +41,8 @@
/* max value for a ulong */
#define BIG_MAX_ULONG { 0x44, 0x42, 0x94, 0x96, 0x72, 0x95 }
+extern void __fastcall__ big_copy(bignump dest, bignump src);
+
// void int_to_big(int i, bignum *b);
// void uint_to_big(unsigned int i, bignum *b);