aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/crypto_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* crypter: add tests for crypterCory Fields2016-05-131-0/+230
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.