From f21da324efff31127111873639f5da0b9f88e923 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Sat, 22 Dec 2018 15:13:54 -0800 Subject: [PATCH] updated SSZ implementation list --- specs/simple-serialize.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index 6a5b7aaf1..68cab086a 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -463,6 +463,7 @@ return hash(b''.join([hash_tree_root(getattr(x, field)) for field in value.field | Rust | [ https://github.com/paritytech/shasper/tree/master/util/ssz ](https://github.com/paritytech/shasper/tree/master/util/ssz) | Shasper implementation of SSZ maintained by ParityTech. | | Javascript | [ https://github.com/ChainSafeSystems/ssz-js/blob/master/src/index.js ](https://github.com/ChainSafeSystems/ssz-js/blob/master/src/index.js) | Javascript Implementation maintained SSZ | | Java | [ https://www.github.com/ConsenSys/cava/tree/master/ssz ](https://www.github.com/ConsenSys/cava/tree/master/ssz) | SSZ Java library part of the Cava suite | +| Go | [ https://github.com/prysmaticlabs/prysm/tree/master/shared/ssz ](https://github.com/prysmaticlabs/prysm/tree/master/shared/ssz) | Go implementation of SSZ mantained by Prysmatic Labs | ## Copyright