lighthouse/ssz
2018-08-09 13:56:58 +10:00
..
src Add WIP ssz module 2018-08-09 13:56:58 +10:00
Cargo.toml Add WIP ssz module 2018-08-09 13:56:58 +10:00
README.md Add WIP ssz module 2018-08-09 13:56:58 +10:00

simpleserialize (ssz)

This is a work-in-progress crate designed to perform the "simpleserialize" serialization described by Vitalik Buterin. The method is tentatively intended for use in the Ethereum Beacon Chain.

There are two primary sources for this spec, and they are presently conflicting:

This implementation is presently a placeholder until the final spec is decided. Do not rely upon it for reference.

TODO

  • Wait for spec to finalize.
  • Implement encoding for all useful types.
  • Implement decoding.