peerplays-fc/src/crypto
2014-06-26 15:51:01 -04:00
..
aes.cpp Fix signed/unsigned warnings 2014-06-26 15:51:01 -04:00
base32.cpp Merge branch 'phoenix' of github.com:bytemaster/fc into phoenix 2013-06-27 14:45:11 -04:00
base36.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
base58.cpp adding base58 helper 2014-06-11 17:28:47 -04: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 Upgrade to new version of city_hash library. This version has performance improvements, plus implements a variant with 32-bit output which will quiet some compiler warnings on win32. 2014-05-14 17:11:36 -04:00
crc.cpp Fix for issue #216 2014-01-19 00:38:04 +05:30
dh.cpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
elliptic.cpp fix a few 64-bit to 32-bit conversion warnings 2014-06-26 15:50:40 -04:00
hex.cpp adding ntp support to fc 2014-06-11 15:17:28 -04:00
openssl.cpp Use _putenv instead of putenv because on some Windows machines putenv doesn't work properly. 2014-06-05 10:00:50 +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 update reflect 2013-10-22 22:02:55 -04:00
romix.cpp added missing files: romix.[hc]pp 2014-02-27 12:37:23 +01:00
salsa20.cpp adding new crypto apis 2013-08-24 04:25:03 -04:00
scrypt.cpp scrypt code does not compile with clang 2014-02-21 15:10:34 -05:00
sha1.cpp adding variant support to sha1 2013-06-07 15:59:01 -04:00
sha224.cpp fix sha224 serialization / sizeof 2013-07-05 20:29:07 -04:00
sha256.cpp added hash64 function that uses sha256 to replace city_hash in blockchain and message protocol-related hashing 2014-03-30 14:16:33 -04:00
sha512.cpp switch to std::vector from fc::vector 2013-06-06 22:49:30 -04:00