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 |
|
Vikram Rajkumar
|
cb627980a5
|
Remove unused CyoEncode and Base32
5c466150ec
|
2017-06-04 18:13:13 -05:00 |
|
Vikram Rajkumar
|
680731ef1b
|
Remove equihash
|
2017-06-01 16:11:35 -05:00 |
|
oxarbitrage
|
25d7b3055f
|
struct range_proof_info change int to int64_t
https://github.com/bitshares/bitshares-core/issues/160
|
2017-03-17 18:31:45 -03:00 |
|
theoreticalbts
|
fe8710a7aa
|
Implement test_canonical_order and test_intermediate_zeros for equihash
|
2016-12-13 15:27:44 -05:00 |
|
Michael Vandeberg
|
50dbc2b139
|
Add equihash
|
2016-11-16 11:23:33 -05:00 |
|
Daniel Larimer
|
ee6ee27290
|
clean up tests and add some utility methods
|
2016-10-24 17:44:53 -04:00 |
|
theoreticalbts
|
636d4530e3
|
sha256: Add method to return approx log as double
|
2016-10-04 14:19:59 -04:00 |
|
theoreticalbts
|
585cea9472
|
sha256: Add inverse log and testing
|
2016-10-04 14:19:59 -04:00 |
|
theoreticalbts
|
f3e69d81a9
|
sha256: Implement and test clz(), approx_log_32()
|
2016-08-11 12:10:14 -04:00 |
|
Daniel Larimer
|
eaa763aff1
|
adding canonical flag
|
2016-03-11 12:33:33 -05:00 |
|
Daniel Larimer
|
7840ef16e9
|
adding rshift
|
2016-02-04 16:32:13 -05:00 |
|
Daniel Larimer
|
6495004302
|
move potential yields outside of catch
|
2015-10-09 17:08:03 -04:00 |
|
Daniel Larimer
|
7e32df4978
|
Merge pull request #46 from pmconrad/blinding
Blinding a la Oleg Andreev
|
2015-10-01 09:55:28 -04:00 |
|
Daniel Larimer
|
483b348878
|
Merge branch 'master' of https://github.com/cryptonomex/fc
|
2015-09-11 08:55:02 -04:00 |
|
Daniel Larimer
|
99e1c1fd52
|
fix warnings
|
2015-09-11 08:54:51 -04:00 |
|
Peter Conrad
|
e3fc463efc
|
Initialize openssl properly, use ssl wrapper types instead of ..._free, unify DH_check
|
2015-07-30 17:43:43 +02:00 |
|
Peter Conrad
|
ef92e68146
|
Created + added test vectors, various fixes - working!
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
622de81402
|
Added tests, fixes (sig format, canonicalization)
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
56e98e136a
|
Initial blinding implementation, untested
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
5ecdcba4b6
|
Some refactoring
|
2015-07-29 21:00:08 +02:00 |
|
Peter Conrad
|
0f67ca751e
|
Implemented extended keys
|
2015-07-29 20:59:32 +02:00 |
|
Peter Conrad
|
0575840a9c
|
Implemented HMAC template + test
|
2015-07-29 20:58:44 +02:00 |
|
Daniel Larimer
|
d76a15ec89
|
adding child key derivation for ecc keys
|
2015-07-23 18:45:35 -04:00 |
|
Vikram Rajkumar
|
943fe5150e
|
Remove unused salsa20
See https://github.com/bitshares/bitshares/issues/1089
|
2015-06-23 15:43:36 -04:00 |
|
Vikram Rajkumar
|
43f3aff577
|
Remove unused scrypt-jane
See https://github.com/bitshares/bitshares/issues/1016
|
2015-06-23 15:34:28 -04:00 |
|
Daniel Larimer
|
3a392eba51
|
adding typdefs and exta testing
|
2015-06-12 09:49:40 -04:00 |
|