peerplays-fc/src/crypto
2014-06-03 17:04:34 +02:00
..
aes.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
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 fix build 2013-07-02 16:42:52 -04:00
base64.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
bigint.cpp Fix signed bigint conversion (probably never used) 2014-06-02 17:19:36 -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 [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
hex.cpp various updates 2013-08-25 01:24:07 -04:00
openssl.cpp [BW]: [Fix] Looks like OpenSSL_config argument doesn't refer to configuration file path, which can be passed only through environment variable unfortunetly. 2014-06-03 17:04:34 +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