peerplays-fc/src/crypto
Daniel Larimer 7e32df4978 Merge pull request #46 from pmconrad/blinding
Blinding a la Oleg Andreev
2015-10-01 09:55:28 -04:00
..
_digest_common.cpp Fixed signedness, simplified word-shift 2015-07-30 14:58:35 +02:00
_digest_common.hpp Fixed signedness, simplified word-shift 2015-07-30 14:58:35 +02:00
_elliptic_impl_priv.hpp Fix FC win32 compiling (secp256k1 related errors) 2015-06-15 14:38:33 -04:00
_elliptic_impl_pub.hpp Fix compile with microsoft c++ which still doesn't support noexcept 2015-05-22 16:15:00 -04:00
aes.cpp Fix a crash in fc::process when not capturing all three stdin/out/err 2014-09-18 11:17:41 -04:00
base32.cpp Added tests for base_n encodings, fixed base32 + base36 2015-07-27 21:23:15 +02:00
base36.cpp Win32 compile fix (allocate buffer on heap instead of stack, probably a good 2015-08-17 12:38:54 -04:00
base58.cpp Added FC_ASSERT to prevent buffer overflow 2015-07-27 21:23:15 +02:00
base64.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
bigint.cpp Fix 32-bit error in uint128 to bigint conversion, move bswap_64 into its own header file 2014-06-11 17:32:59 -04:00
blowfish.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
city.cpp Allow hashing of uint128 2015-03-06 16:41:52 -05:00
crc.cpp Fix for issue #216 2014-01-19 00:38:04 +05:30
dh.cpp Initialize openssl properly, use ssl wrapper types instead of ..._free, unify DH_check 2015-07-30 17:43:43 +02:00
elliptic_common.cpp Created + added test vectors, various fixes - working! 2015-07-29 21:00:08 +02:00
elliptic_impl_priv.cpp Fix FC win32 compiling (secp256k1 related errors) 2015-06-15 14:38:33 -04:00
elliptic_impl_pub.cpp Fix compile with microsoft c++ which still doesn't support noexcept 2015-05-22 16:15:00 -04:00
elliptic_mixed.cpp Rebase + upgrade to latest libsecp256k1 API 2015-05-07 15:59:21 +02:00
elliptic_openssl.cpp Fix compile with microsoft c++ which still doesn't support noexcept 2015-05-22 16:15:00 -04:00
elliptic_secp256k1.cpp Created + added test vectors, various fixes - working! 2015-07-29 21:00:08 +02:00
hex.cpp adding ntp support to fc 2014-06-11 15:17:28 -04:00
openssl.cpp Remove unnecessary code from init_openssl after update new OpenSSL package. 2014-07-29 23:44:47 +02:00
pke.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
rand.cpp [BW]: [Fix] Eliminated OpenSSL initialization from CRT init time (which caused random problems on windows7 machines leading the application to silent crash). Right now it is done at first use of fc parts using it. Also added method to setup OpenSSL configuration path to custom one (to avoid using path compiled into OpenSSL at configuration & build time). 2014-06-02 17:34:04 +02:00
ripemd160.cpp Fixed shift in hashes + more tests 2015-07-29 23:22:34 +02:00
sha1.cpp Fixed shift in hashes + more tests 2015-07-29 23:22:34 +02:00
sha224.cpp Merge pull request #46 from pmconrad/blinding 2015-10-01 09:55:28 -04:00
sha256.cpp Merge pull request #46 from pmconrad/blinding 2015-10-01 09:55:28 -04:00
sha512.cpp Merge pull request #46 from pmconrad/blinding 2015-10-01 09:55:28 -04:00