diff options
author | lloyd <[email protected]> | 2014-04-05 12:07:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-04-05 12:07:02 +0000 |
commit | c286fc7584039edc117f2f25c1fca1d1903b79d3 (patch) | |
tree | d08b9028aedba092771eeddaed31a04aed79901e /src/lib/pubkey/rfc6979 | |
parent | 48df6dafc2ff47d65ad2ac300a7864a9ee315d5d (diff) |
Remove debug headers
Diffstat (limited to 'src/lib/pubkey/rfc6979')
-rw-r--r-- | src/lib/pubkey/rfc6979/rfc6979.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/pubkey/rfc6979/rfc6979.cpp b/src/lib/pubkey/rfc6979/rfc6979.cpp index 634b3bcb0..0bad4ecbf 100644 --- a/src/lib/pubkey/rfc6979/rfc6979.cpp +++ b/src/lib/pubkey/rfc6979/rfc6979.cpp @@ -9,9 +9,6 @@ #include <botan/hmac_drbg.h> #include <botan/libstate.h> -#include <botan/hex.h> -#include <iostream> - namespace Botan { BigInt generate_rfc6979_nonce(const BigInt& x, |