crypter: add a BytesToKey clone to replace the use of openssl
commit976f9ec2645242032d34ab68a60d963f2ac586d8
authorCory Fields <cory-nospam-@coryfields.com>
Fri, 20 Mar 2015 05:24:12 +0000 (20 01:24 -0400)
committerPieter Wuille <pieter.wuille@gmail.com>
Fri, 13 May 2016 08:23:04 +0000 (13 10:23 +0200)
treeb5c5f3607fe10057dbc6a1385b5a08e7b6d9cbb2
parent9049cde4d962862f507f9ddf1c0dbd49ea04be51
crypter: add a BytesToKey clone to replace the use of openssl

BytesToKeySHA512AES should be functionally identical to EVP_BytesToKey, but
drops the dependency on openssl.
src/wallet/crypter.cpp
src/wallet/crypter.h