diff options
author | lloyd <[email protected]> | 2008-10-01 14:36:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 14:36:27 +0000 |
commit | 06e35ed5375028f246f57b99ccf639e8ed317b35 (patch) | |
tree | 32021a79d1617a147f7fa7ac29c1eae60f9024ce /src/pubkey/if_algo/info.txt | |
parent | 9320b5e5c1b64894a6ff8797f392b57dfd72dea3 (diff) |
Rename pk dir to pubkey, avoids tab-completion collision with pk_pad
Diffstat (limited to 'src/pubkey/if_algo/info.txt')
-rw-r--r-- | src/pubkey/if_algo/info.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pubkey/if_algo/info.txt b/src/pubkey/if_algo/info.txt new file mode 100644 index 000000000..af1726414 --- /dev/null +++ b/src/pubkey/if_algo/info.txt @@ -0,0 +1,18 @@ +realname "Integer Factorization Algorithms" + +define IF_PUBLIC_KEY_FAMILY + +load_on required + +<add> +if_algo.cpp +if_algo.h +if_core.cpp +if_core.h +</add> + +<requires> +asn1 +bigint +filters +</requires> |