|
|
18ccb1f8d2
|
src/crypto/openssl/hash.cpp: in sha256() should have out->data as input the second time.
|
2020-03-12 21:05:58 +01:00 |
|
|
|
dcde774eac
|
crypto/base58: adding is_base58() string version.
|
2020-02-26 15:07:03 +01:00 |
|
|
|
4a64da310b
|
core/string.h: move base58 functions to crypto/base58.h
|
2020-02-26 15:05:55 +01:00 |
|
|
|
d6a4ae6db8
|
Organize source files into directory.
|
2020-02-19 13:09:53 +01:00 |
|
|
|
985cab3f64
|
crypto/openssl/ec.cpp: typo fix.
|
2020-02-11 19:33:15 +01:00 |
|
|
|
ce5dda06fe
|
crypto/hash: define sha256d()
Better to have it here. Gives the implementation a chance to do any optimization over calling sha256() two times.
|
2020-02-11 19:30:16 +01:00 |
|
|
|
fc5614eff2
|
adding crypto/hash.h and move openssl specific code from checksum.cpp to crypto/openssl/hash.cpp
|
2020-02-11 15:42:56 +01:00 |
|
|
|
7a4cc43ec9
|
src/crypto/openssl/ec.cpp: remove static helper function.
|
2020-02-11 15:42:56 +01:00 |
|
|
|
bc0369f301
|
Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory.
|
2020-02-11 15:42:56 +01:00 |
|