aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/crypto_tests.cpp
AgeCommit message (Collapse)Author
2016-05-13crypter: add tests for crypterCory Fields
Verify that results correct (match known values), consistent (encrypt->decrypt matches the original), and compatible with the previous openssl implementation. Also check that failed encrypts/decrypts fail the exact same way as openssl.