peerplays-fc/src/crypto
2016-08-11 12:10:14 -04:00
..
_digest_common.cpp adding rshift 2016-02-04 16:32:13 -05:00
_digest_common.hpp adding rshift 2016-02-04 16:32:13 -05: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 Changes to fc to get MinGW cross-compilation working 2016-05-22 01:33:19 -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 Changes to fc to get MinGW cross-compilation working 2016-05-22 01:33:19 -04: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 Changes to fc to get MinGW cross-compilation working 2016-05-22 01:33:19 -04:00
elliptic_impl_priv.cpp adding canonical flag 2016-03-11 12:33:33 -05: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 Changes to fc to get MinGW cross-compilation working 2016-05-22 01:33:19 -04: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 sha256: Implement and test clz(), approx_log_32() 2016-08-11 12:10:14 -04:00
sha512.cpp Merge pull request #46 from pmconrad/blinding 2015-10-01 09:55:28 -04:00