aboutsummaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsa.h b/rsa.h
index bed8400..8368768 100644
--- a/rsa.h
+++ b/rsa.h
@@ -14,7 +14,6 @@ namespace RSA{
Bigint decrypt(Bigint msg,const Key &key);
std::pair<Key,Key> genkeys(int nbits); //nbits is target number of bits of modulus
- std::pair<Key,Key> genkeys(int nbits,const std::string &password); //generates keys seeded by password
std::string exportKey(const Key&);