Dustin Brody
|
e63b452181
|
assorted fixes; some of algorithms aren't 100% updated yet, but want to get data structures in place
|
2018-11-27 20:23:27 -08:00 |
Jacek Sieka
|
548b6922ba
|
introduce Eth2Hash, Eth2Digest and friends (#22, fixes #3)
* introduce Eth2Hash, Eth2Digest and friends
|
2018-11-27 17:10:09 -06:00 |
Mamy Ratsimbazafy
|
9989f2fe56
|
"Stub" hashSSZ function for BeaconBlock (#18)
* FIx hash_ssz in the generic case
* Add a stub hash function for BeaconBlocks
|
2018-11-22 11:17:05 +01:00 |
Jacek Sieka
|
7e243d57cd
|
ssz: documentation updates, fix fromBytesSSZ type constraint
|
2018-11-20 11:35:11 -06:00 |
Jacek Sieka
|
6df3ec952b
|
hash_ssz: simplify per latest spec update
* update per https://github.com/ethereum/eth2.0-specs/pull/140
* join with ssz to form a single ssz module (like spec)
|
2018-11-20 10:43:09 -06:00 |
mratsim
|
dab75a76a2
|
comment out aggregated sig + make SSZ compile again
|
2018-11-12 09:46:16 +01:00 |
Jacek Sieka
|
577598cca7
|
ssz: fix buffer overflows, explicit error reporting (#7)
* ssz: fix buffer overflows, explicit error reporting
* ssz: harden against unaligned data
|
2018-10-08 12:56:34 +02:00 |
mratsim
|
6ddab7e9c0
|
basic SimpleSerialize + tests
|
2018-09-20 17:45:02 +02:00 |