mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
uncommented crypto tests and fixed line endings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user