c-kzg-4844/bindings/csharp
Alexey fa3c629895
Remove optional dependency with issues; update versions (#350)
2023-08-21 16:37:50 +03:00
..
Ckzg.Bindings Switch to big-endian (#305) 2023-05-24 08:44:05 -05:00
Ckzg.Test Remove optional dependency with issues; update versions (#350) 2023-08-21 16:37:50 +03:00
.gitignore Export methods; test on multiple platforms (#289) 2023-04-26 20:55:52 +03:00
Ckzg.sln Remove duplicate files, improve build, change test framework 2022-11-07 21:18:23 +03:00
Makefile Add -fPIC to csharp unix build (#344) 2023-08-16 21:21:54 +03:00
README.md Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
ckzg.c Export methods; test on multiple platforms (#289) 2023-04-26 20:55:52 +03:00
ckzg.def Export methods; test on multiple platforms (#289) 2023-04-26 20:55:52 +03:00
ckzg.h Export methods; test on multiple platforms (#289) 2023-04-26 20:55:52 +03: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