From ff2551e754028260a619c1b538ac194568f1eff2 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Sun, 2 Dec 2018 21:22:51 -0800 Subject: [PATCH] Add Java implementation of SSZ --- specs/simple-serialize.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index 21d923739..2bd781d4e 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -462,6 +462,7 @@ return hash(b''.join([SSZTreeHash(getattr(x, field)) for field in sorted(value.f | Nim | [ https://github.com/status-im/nim-beacon-chain/blob/master/beacon_chain/ssz.nim ](https://github.com/status-im/nim-beacon-chain/blob/master/beacon_chain/ssz.nim) | Nim Implementation maintained SSZ. | | 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 | ## Copyright