aboutsummaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-10-23 19:02:48 +0200
committertomsmeding <tom.smeding@gmail.com>2016-10-23 19:02:48 +0200
commitdf6c0e07bc74a4137ccb8719a28f58b50ba946c6 (patch)
treef0a94a412f346acbd0ef01fc8a50bf03b9196f4b /rsa.h
parentc5163d30258178ac66e05ac491935ab710913917 (diff)
Nuke KeyRng
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&);