c-kzg-4844/bindings/csharp
Justin Traglia 6b2ee20102
Add bindings to readme (#154)
* Add bindings section to readme

* Reorganize a little bit

* Remove extra blank lines
2023-02-23 17:53:08 +02:00
..
Ckzg.Bindings Update csharp bindings (#146) 2023-02-21 09:57:25 -06:00
Ckzg.Test Update csharp bindings (#146) 2023-02-21 09:57:25 -06:00
.gitignore Remove duplicate files, improve build, change test framework 2022-11-07 21:18:23 +03:00
Ckzg.sln Remove duplicate files, improve build, change test framework 2022-11-07 21:18:23 +03:00
Makefile Update csharp bindings (#146) 2023-02-21 09:57:25 -06:00
README.md Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
ckzg.c Update csharp bindings (#146) 2023-02-21 09:57:25 -06:00
ckzg.h Update csharp bindings (#146) 2023-02-21 09:57:25 -06:00
kzg_tests.c Bytes-only interface (#62) 2023-01-16 20:05:23 +00:00

README.md

C# bindings

This directory contains C# bindings for the C-KZG-4844 library.

Prerequisites

These bindings require .NET 6.0 (not 7.0). This can be found here:

Build & test

Everything is consolidated into one command:

make