mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cleanup more headers
This commit is contained in:
parent
5d74c0edb9
commit
2b66efb72d
@ -37,7 +37,7 @@ using namespace CryptoPP;
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE(devcrypto)
|
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.");
|
string message("Now is the time for all good persons to come to the aide of humanity.");
|
||||||
bytes m = asBytes(message);
|
bytes m = asBytes(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user