FormatMoney cleanup
[novacoin.git] / src / crypter.cpp
2015-05-15 svostFix MSVC C4800: 'type' forcing value to bool 'true... 224/head
2014-12-28 MASM fanRemove remains of experimental scrypt derivation support
2014-11-24 MASM fanReorganize includes to resolve winsock2 compilation...
2013-09-08 alexRemoving unused includes
2013-09-08 alexCrypter.h security improvement, start working on ZeroCo...
2013-08-23 alexAdd scrypt+sha512 key derivation method.
2013-04-15 alexhzupdate to 0.4 preview
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-17 Jeff GarzikFix misc. minor sign-comparison warnings
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Jeff GarzikFix misc. minor sign-comparison warnings
2012-04-05 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-05 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2011-12-20 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-10-07 Gavin AndresenFix build on windows and mac
2011-07-13 Matt CoralloAdd wallet privkey encryption.