diff options
author | subtly <subtly@users.noreply.github.com> | 2014-10-24 01:19:02 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2014-10-24 01:19:02 +0800 |
commit | 2b66efb72d2b58c9f165766cb427928525601a47 (patch) | |
tree | d0e60fc75e050779061622666aba1e40c95339ee | |
parent | 5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4 (diff) | |
download | dexon-solidity-2b66efb72d2b58c9f165766cb427928525601a47.tar.gz dexon-solidity-2b66efb72d2b58c9f165766cb427928525601a47.tar.zst dexon-solidity-2b66efb72d2b58c9f165766cb427928525601a47.zip |
cleanup more headers
-rw-r--r-- | crypto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ using namespace CryptoPP; BOOST_AUTO_TEST_SUITE(devcrypto) -BOOST_AUTO_TEST_CASE(common_crypt) +BOOST_AUTO_TEST_CASE(common_encrypt_decrypt) { string message("Now is the time for all good persons to come to the aide of humanity."); bytes m = asBytes(message); |