From 2be850c4284d92c26e06f66834b89043549d73f2 Mon Sep 17 00:00:00 2001 From: Sly Gryphon Date: Wed, 23 Oct 2019 20:53:38 +1000 Subject: [PATCH] Add details for an SSZ project I have just published a first version (basic serialization & Merkleization only) of --- specs/simple-serialize.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index 5e17962d1..8a8137f43 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -247,4 +247,5 @@ We similarly define "summary types" and "expansion types". For example, [`Beacon | Go | Prysm | Prysmatic Labs | [https://github.com/prysmaticlabs/go-ssz](https://github.com/prysmaticlabs/go-ssz) | | Swift | Yeeth | Dean Eigenmann | [https://github.com/yeeth/SimpleSerialize.swift](https://github.com/yeeth/SimpleSerialize.swift) | | C# | | Jordan Andrews | [https://github.com/codingupastorm/csharp-ssz](https://github.com/codingupastorm/csharp-ssz) | +| C# | Cortex | Sly Gryphon | [https://www.nuget.org/packages/Cortex.SimpleSerialize](https://www.nuget.org/packages/Cortex.SimpleSerialize) | | C++ | | Jiyun Kim | [https://github.com/NAKsir-melody/cpp_ssz](https://github.com/NAKsir-melody/cpp_ssz) |