From 00aa553fee95963b74fbec84dbd274d7247b8a0e Mon Sep 17 00:00:00 2001 From: sigmoid Date: Wed, 20 Feb 2019 01:47:15 +0900 Subject: [PATCH] updated SSZ implementation list (#653) * updated SSZ implementation list Signed-off-by: sigmoid * Update specs/simple-serialize.md Co-Authored-By: NAKsir-melody --- specs/simple-serialize.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index 6021619a6..109ee289e 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -418,6 +418,7 @@ Note that this convention means that fields after the signature are _not_ signed | 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 | | Swift | [ https://github.com/yeeth/SimpleSerialize.swift ](https://github.com/yeeth/SimpleSerialize.swift) | Swift implementation maintained SSZ | | C# | [ https://github.com/codingupastorm/csharp-ssz ](https://github.com/codingupastorm/csharp-ssz) | C# implementation maintained SSZ | +| C++ | [ https://github.com/NAKsir-melody/cpp_ssz](https://github.com/NAKsir-melody/cpp_ssz) | C++ implementation maintained SSZ | ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).