peerplays-fc/include/fc/crypto
2014-06-11 15:17:28 -04:00
..
aes.hpp added romix kdf and cfb for aes 2014-02-26 12:05:17 +01:00
base32.hpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
base36.hpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
base58.hpp fix ecc point seralization 2014-02-27 23:35:24 -05:00
base64.hpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
bigint.hpp Fix bigint on conversions to and from 64-bit integers on 32-bit platforms 2014-06-02 13:32:42 -04:00
blowfish.hpp various updates 2013-08-23 20:14:46 -04:00
city.hpp 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
dh.hpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
elliptic.hpp updated typedefs for clarity 2014-05-25 23:12:33 -04:00
hex.hpp adding ntp support to fc 2014-06-11 15:17:28 -04:00
openssl.hpp [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
pke.hpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
rand.hpp Wrap OpenSSL's random number generator in fc clothing 2014-04-02 08:54:13 -04:00
ripemd160.hpp made ripemd160 string conversion operator explicit 2014-05-30 14:29:00 -04:00
romix.hpp added missing files: romix.[hc]pp 2014-02-27 12:37:23 +01:00
salsa20.hpp adding new crypto apis 2013-08-24 04:25:03 -04:00
scrypt.hpp added support for scrypt key derivation needed for multibit wallet support 2014-02-18 08:59:17 +01:00
sha1.hpp Fix compilation with clang/libc++ 2014-01-19 19:30:42 +01:00
sha224.hpp fixes to build under clang++ 2014-02-06 03:22:09 -05:00
sha256.hpp improving error reporting in deserialization 2014-05-17 19:35:44 +00:00
sha512.hpp improving error reporting in deserialization 2014-05-17 19:35:44 +00:00