mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-25 20:38:46 +02:00
uncommented crypto tests and fixed line endings
This commit is contained in:
parent
13c10cbad3
commit
a11b68c988
2 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
using namespace std;
|
||||
using namespace CryptoPP;
|
||||
|
||||
/*TEST(CCryptoTests, encrypt)
|
||||
TEST(CCryptoTests, encrypt)
|
||||
{
|
||||
string plaintext = "hello", ciphertext;
|
||||
const byte key[] = "123456781234567";
|
||||
|
@ -58,4 +58,3 @@ TEST(CCryptoTests, decrypt)
|
|||
|
||||
EXPECT_EQ("hello", plaintext);
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue