summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp
index edbdcaf1..a8266ca3 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -64,6 +64,9 @@ static int testCrypto()
unsigned char buf1[16384];
unsigned char buf2[sizeof(buf1)],buf3[sizeof(buf1)];
+ //Utils::getSecureRandom(buf1,1024);
+ //std::cout << "[crypto] getSecureRandom() -> " << Utils::hex(buf1,1024) << std::endl;
+
std::cout << "[crypto] Testing ECDSA... "; std::cout.flush();
for(unsigned int k=0;k<64;++k) {
EllipticCurveKeyPair kp;