Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 391 Bytes

SszSharp

A C# implemention of SimpleSerialize. Very much a WIP.

  • Serialization and deserialization is supported. Specify custom container types using the SszElement attribute.
  • Merkleization is supported. Merkle proofs can be created and verified using the Merkleizer class.
  • Union types are untested.

This library comes with no warranties, implicit or explicit. Licensed under MIT.