From 4294fb9cbdb34eafad2d589b3a4ab168d0874403 Mon Sep 17 00:00:00 2001 From: subtly Date: Thu, 13 Nov 2014 17:40:44 +0100 Subject: changes for code review --- crypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto.cpp') diff --git a/crypto.cpp b/crypto.cpp index 2a206bdd..cd7d8e98 100644 --- a/crypto.cpp +++ b/crypto.cpp @@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE(cryptopp_ecdsa_sipaseckp256k1) Secret secret(sha3(sbytes)); KeyPair key(secret); - bytes m(fromHex("0xFF")); + bytes m({0xFF}); int tests = 2; while (m[0]++, tests--) { -- cgit