aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/pubkey
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 18:12:16 +0000
committerlloyd <[email protected]>2008-09-29 18:12:16 +0000
commit0d8e9744ef02aba33ddd89c93194ce526f6ff6ee (patch)
treee60064db23397f9a9dc3b847f9c4199be7c7ca0d /src/pk/pubkey
parent26abd45c61294aacdd59fa4763ff1cd78aefbc7c (diff)
Put only the implementation of BigInt in src/bigint, mathematical functions
on top of BigInt go to src/math. Some prototypes were moved in order to complete the split, in particular random_integer() is now a static member of BigInt instead of being a global function, and divide() is in divide.h instead of numthry.h
Diffstat (limited to 'src/pk/pubkey')
-rw-r--r--src/pk/pubkey/info.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pk/pubkey/info.txt b/src/pk/pubkey/info.txt
index 9dea71d72..05ff2bde0 100644
--- a/src/pk/pubkey/info.txt
+++ b/src/pk/pubkey/info.txt
@@ -4,6 +4,7 @@ define PUBKEY_BASE
<requires>
bigint
+math
asn1
</requires>