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 | |
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')
-rw-r--r-- | src/pk/dh/info.txt | 2 | ||||
-rw-r--r-- | src/pk/dsa/info.txt | 2 | ||||
-rw-r--r-- | src/pk/ecdsa/info.txt | 2 | ||||
-rw-r--r-- | src/pk/elgamal/info.txt | 2 | ||||
-rw-r--r-- | src/pk/nr/info.txt | 2 | ||||
-rw-r--r-- | src/pk/pubkey/info.txt | 2 | ||||
-rw-r--r-- | src/pk/rsa/info.txt | 2 | ||||
-rw-r--r-- | src/pk/rw/info.txt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/pk/dh/info.txt b/src/pk/dh/info.txt index 3e9abaf64..34e77ddb8 100644 --- a/src/pk/dh/info.txt +++ b/src/pk/dh/info.txt @@ -13,6 +13,6 @@ dh.h asn1 bigint dl_algo -math +numbertheory pubkey </requires> diff --git a/src/pk/dsa/info.txt b/src/pk/dsa/info.txt index 5d3a648cb..74cd08144 100644 --- a/src/pk/dsa/info.txt +++ b/src/pk/dsa/info.txt @@ -14,6 +14,6 @@ asn1 bigint dl_algo keypair -math +numbertheory pubkey </requires> diff --git a/src/pk/ecdsa/info.txt b/src/pk/ecdsa/info.txt index 6c78763b0..656f89d9d 100644 --- a/src/pk/ecdsa/info.txt +++ b/src/pk/ecdsa/info.txt @@ -23,6 +23,6 @@ point_gfp.h <requires> asn1 bigint -math +numbertheory pubkey </requires> diff --git a/src/pk/elgamal/info.txt b/src/pk/elgamal/info.txt index 33e16da84..541c7905e 100644 --- a/src/pk/elgamal/info.txt +++ b/src/pk/elgamal/info.txt @@ -15,6 +15,6 @@ bigint bigint dl_algo keypair -math +numbertheory pubkey </requires> diff --git a/src/pk/nr/info.txt b/src/pk/nr/info.txt index 5c67be778..4032a9825 100644 --- a/src/pk/nr/info.txt +++ b/src/pk/nr/info.txt @@ -14,6 +14,6 @@ asn1 bigint dl_algo keypair -math +numbertheory pubkey </requires> 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> diff --git a/src/pk/rsa/info.txt b/src/pk/rsa/info.txt index 04828bd8b..b9f7df3ae 100644 --- a/src/pk/rsa/info.txt +++ b/src/pk/rsa/info.txt @@ -14,6 +14,6 @@ asn1 bigint if_algo keypair -math +numbertheory pubkey </requires> diff --git a/src/pk/rw/info.txt b/src/pk/rw/info.txt index d3c0072a0..ab43ebbf4 100644 --- a/src/pk/rw/info.txt +++ b/src/pk/rw/info.txt @@ -14,6 +14,6 @@ asn1 bigint if_algo keypair -math +numbertheory pubkey </requires> |