serkixenos
|
bff16bbc3d
|
Merge branch 'latest-fc' into 'dapp-support'
# Conflicts:
# src/crypto/openssl.cpp
|
2022-02-11 20:02:33 +00:00 |
|
Pavel Baykov
|
8363f00715
|
Remove OpenSSL related build warnings
|
2022-02-10 19:16:44 +00:00 |
|
serkixenos
|
29d2f72b24
|
Remove as much warnings from build log as possible
|
2020-10-29 21:47:30 +01:00 |
|
Nathan Hourt
|
4accfdd951
|
Fix warnings
|
2020-08-21 11:42:57 -05:00 |
|
Nathan Hourt
|
7bf5340a74
|
Add hash_ctr_rng.hpp
This file was originally added in ff099209b6
|
2020-08-20 10:52:08 -05:00 |
|
John Jones
|
c554c7e56d
|
add impl to hash160
|
2020-04-15 09:52:18 -05:00 |
|
John Jones
|
9505342dbf
|
improve hash160 performance
|
2020-04-14 11:25:00 -05:00 |
|
John Jones
|
dbf4b99e3e
|
Merge remote-tracking branch 'upstream/for-core-4.0.x' into jmj_bsip64
|
2020-04-14 10:37:40 -05:00 |
|
Abit
|
2f776301cd
|
Merge pull request #169 from bitshares/for-core-3-3
Merge 3.3.x branch to master branch
|
2019-09-23 17:02:18 +02:00 |
|
Peter Conrad
|
afc0e00700
|
Added zero_initialized_array template to restore functionality of fc::array<unsigned char,N>
|
2019-09-20 09:27:57 +02:00 |
|
Peter Conrad
|
7b98c69c3b
|
Delete copy constructor + copy assignment in openssl type wrappers
|
2019-09-16 14:38:45 +02:00 |
|
Miha Čančula
|
1f3735e362
|
Fixes to adapt to changes in variant API
|
2019-08-20 11:25:38 +02:00 |
|
Abit
|
33215ffb6e
|
Merge pull request #21 from pmconrad/variant_fix
Variant fix
|
2019-08-20 11:25:15 +02:00 |
|
Peter Conrad
|
10a857ee78
|
Merge pull request #20 from abitmore/fix-serialization
Fix pack/unpack serialization
|
2019-08-20 10:58:22 +02:00 |
|
John Jones
|
ea9128257c
|
Remove unnecessary predeclarations
|
2019-07-23 17:25:02 -05:00 |
|
John Jones
|
94f77ffc85
|
Add hash160 md algo
|
2019-07-23 17:14:01 -05:00 |
|
Peter Conrad
|
f1746b705a
|
Make data_size static in hash classes
|
2019-06-10 23:24:09 +02:00 |
|
Peter Conrad
|
a8337ecc42
|
Added constexpr where applicable
|
2019-06-06 14:41:47 +02:00 |
|
Peter Conrad
|
632a90709e
|
Replace fc::array with std::array
|
2019-06-06 14:41:47 +02:00 |
|
Peter Conrad
|
a3e2410091
|
Replace fc::uint128 with boost::multiprecision::uint128_t
|
2019-06-06 14:41:09 +02:00 |
|
pbattu
|
00efb88ac7
|
fc changes to support ubuntu-18.04 upgrade
|
2019-05-21 18:42:14 -03:00 |
|
Peter Conrad
|
2cf1510d81
|
Merge pull request #122 from pmconrad/1196_serialization
1196 serialization
|
2019-05-08 17:32:35 +02:00 |
|
Nathan Hourt
|
e003fec4cd
|
Merge pull request #123 from nathanhourt/support-1506
Add missing serialization for sha1
|
2019-04-26 14:24:17 -05:00 |
|
Peter Conrad
|
9568948350
|
Back hashes with boost endian buffers
|
2019-04-23 16:49:24 +02:00 |
|
Peter Conrad
|
1daac3b4b5
|
Removed unused endian-dependent code
|
2019-04-23 16:44:44 +02:00 |
|
Peter Conrad
|
0c69c9b61b
|
Removed architecture-dependent hash64 method
|
2019-04-23 16:44:44 +02:00 |
|
Nathan Hourt
|
cac38b39b6
|
Add missing serialization for sha1
|
2019-04-14 15:45:03 -05:00 |
|
Peter Conrad
|
183a81ba94
|
Remove unused pke
|
2019-04-04 17:59:51 +02:00 |
|
Peter Conrad
|
637226a2e4
|
Remove unused blowfish
|
2019-04-04 17:59:51 +02:00 |
|
Peter Conrad
|
d2b7354c24
|
Remove unused base36
|
2019-04-04 17:59:51 +02:00 |
|
Peter Conrad
|
579914c84d
|
Removed unused stuff
|
2019-04-04 17:59:51 +02:00 |
|
Nathan Hourt
|
84c16aeebb
|
Fix some warnings
|
2019-03-24 10:44:03 -05:00 |
|
Peter Conrad
|
460e7cccc8
|
Merge pull request #78 from bitshares/multithreading_improvements
Multithreading improvements
|
2018-11-17 10:41:49 +01:00 |
|
John Jones
|
0156023680
|
Fix Compiler Warnings
|
2018-10-22 07:38:08 -05:00 |
|
Peter Conrad
|
40b2843d15
|
Added test case for parallel hashing
|
2018-10-03 21:08:42 +02:00 |
|
Alfredo Garcia
|
0a90eff697
|
Merge pull request #7 from bitshares/openssl-1.1-support
Openssl 1.1 support
|
2018-05-31 17:32:21 -03:00 |
|
Peter Conrad
|
a3272e4f9e
|
Ripped out unused blinding stuff
|
2018-04-26 17:35:45 +02:00 |
|
John Jones
|
5383d5b481
|
boost::hash<fc::sha256> not used, removed
|
2018-04-09 10:14:00 -05:00 |
|
John Jones
|
38191dcc00
|
added boost hash header
|
2018-03-29 15:34:15 -05:00 |
|
John Jones
|
652389644c
|
removed boost_1.51 and interprocess class
|
2018-03-28 11:38:20 -05:00 |
|
Abit
|
2bb93c8b5d
|
Merge pull request #21 from pmconrad/variant_fix
Variant fix
|
2018-03-19 17:35:57 +01:00 |
|
Peter Conrad
|
a91822616e
|
Added max_depth to remaining variant conversions
|
2018-03-18 10:49:44 +01:00 |
|
abitmore
|
d9ac2691a1
|
Remove default pack/unpack functions for class
|
2018-03-14 17:20:48 -04:00 |
|
Peter Conrad
|
81c8d89341
|
Added max_depth parameter to variant conversions
|
2018-03-13 22:00:18 +01:00 |
|
abitmore
|
86e18663a0
|
Add max_depth parameter to pack/unpack functions
|
2018-03-11 17:31:55 -04:00 |
|
Roman Olearski
|
ff099209b6
|
added ntp hash_ctr_rng
|
2017-07-13 16:18:29 +02:00 |
|
Eric Frias
|
4d8ac59b0b
|
Merge commit 'cb62798'
|
2017-06-21 16:43:31 -04:00 |
|
Eric Frias
|
7c88a95df1
|
Merge commit 'b94a338e56475943eb9bcc79be60ed6afd586796'
|
2017-06-21 16:19:49 -04:00 |
|
Eric Frias
|
8eb2ccc180
|
Merge commit '1f41494'
|
2017-06-21 09:11:02 -04:00 |
|
Eric Frias
|
772c2b2822
|
Merge commit 'e323862'
|
2017-06-20 19:06:22 -04:00 |
|