diff options
Diffstat (limited to 'src/pubkey/rsa')
-rw-r--r-- | src/pubkey/rsa/info.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pubkey/rsa/info.txt b/src/pubkey/rsa/info.txt index b9f7df3ae..378457e2a 100644 --- a/src/pubkey/rsa/info.txt +++ b/src/pubkey/rsa/info.txt @@ -4,16 +4,17 @@ define RSA load_on auto -<add> -rsa.cpp -rsa.h -</add> - <requires> asn1 bigint if_algo keypair numbertheory +pk_lookup pubkey </requires> + +<add> +rsa.cpp +rsa.h +</add> |