diff options
Diffstat (limited to 'plugins/CryptoPP/cpp_rsau.h')
-rw-r--r-- | plugins/CryptoPP/cpp_rsau.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/cpp_rsau.h b/plugins/CryptoPP/cpp_rsau.h index ae41e64def..0e30629079 100644 --- a/plugins/CryptoPP/cpp_rsau.h +++ b/plugins/CryptoPP/cpp_rsau.h @@ -88,7 +88,7 @@ string hash256(LPSTR); string hash256(PBYTE,int);
Integer BinaryToInteger(const string&);
-string IntegerToBinary(const Integer&);
+string IntegerToBinary(const Integer&);
AutoSeededRandomPool& GlobalRNG();
|