Add scrypt+sha512 key derivation method.
authoralex <alex@alex-VirtualBox.(none)>
Fri, 23 Aug 2013 21:56:49 +0000 (01:56 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Fri, 23 Aug 2013 21:56:49 +0000 (01:56 +0400)
commit9acf270b14e561fe959ff25001f083a00e5e1caa
tree5cf55648149e86e9708e56c43fb84907e2e4409e
parent2cf54c4aefe0d5181db922a6d8ebf229e3e4d251
Add scrypt+sha512 key derivation method.

Disabled by default. You can use -derivationmethod option to choose which method will be used for wallet encryption keys generation.

Possible values:

* sha512 - default, compatible with bitcoin;
* scrypt+sha512 - selects scrypt derivation function.

Please note that this option only allows you to select default method. If you are already using encrypted wallet then suitable derivation method will be selected automatically.
src/crypter.cpp
src/crypter.h
src/init.cpp
src/main.h
src/scrypt.cpp
src/scrypt.h
src/wallet.cpp