diff options
author | lloyd <[email protected]> | 2008-09-30 22:41:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 22:41:49 +0000 |
commit | 13d08cbe978c4cd0de01aa0120c39470508cbbcb (patch) | |
tree | ff93739131cbca0dbdf23a31cd4b7611faf5aa6e /src/pk/pubkey | |
parent | 8854fe339f2e1f81091ba65c042824e8cc62cbbc (diff) |
Rearrange BigInt directories:
math/bigint - BigInt implementation
math/numbertheory - Math stuff built on top of BigInt
Coming soon: math/gfp (parts of pk/ecdsa)
Update deps in the pk files
Diffstat (limited to 'src/pk/pubkey')
-rw-r--r-- | src/pk/pubkey/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk/pubkey/info.txt b/src/pk/pubkey/info.txt index 480274670..63ba3ffcb 100644 --- a/src/pk/pubkey/info.txt +++ b/src/pk/pubkey/info.txt @@ -6,7 +6,7 @@ load_on dep <requires> bigint -math +numbertheory asn1 </requires> |