| .. |
|
_elliptic_common.cpp
|
Added mixed implementation, fixed interop test script
|
2015-05-07 14:51:02 +02:00 |
|
_elliptic_impl.cpp
|
Refactoring, step 2
|
2015-05-07 14:51:02 +02:00 |
|
_elliptic_mixed_openssl.cpp
|
More refactoring
|
2015-05-07 14:51:02 +02:00 |
|
_elliptic_mixed_secp256k1.cpp
|
More refactoring
|
2015-05-07 14:51:02 +02: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
|
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
|
Throw more appropriate exception type in from_base58
|
2015-01-21 14:57:04 -05: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
|
Update use of fc::string and fc::vector.
|
2013-06-27 14:19:08 -04:00 |
|
elliptic_mixed.cpp
|
Minor fixes
|
2015-05-07 14:51:02 +02:00 |
|
elliptic_openssl.cpp
|
Minor fixes
|
2015-05-07 14:51:02 +02:00 |
|
elliptic_secp256k1.cpp
|
Bugfix
|
2015-05-07 14:51:03 +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
|
update reflect
|
2013-10-22 22:02:55 -04:00 |
|
romix.cpp
|
[GS] Fix types u_int32_t to uint32_t etc. - continued
|
2014-07-15 14:20:42 +02:00 |
|
salsa20.cpp
|
Fix build error in salsa20.cpp
|
2014-09-09 16:09:49 -04:00 |
|
scrypt.cpp
|
Fix scrypt
|
2014-07-14 13:40:33 -04: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
|
Define sha256::hash( sha256 )
|
2015-02-11 18:58:19 -05:00 |
|
sha512.cpp
|
switch to std::vector from fc::vector
|
2013-06-06 22:49:30 -04:00 |