d637761a2e | ||
---|---|---|
.. | ||
Ckzg.Bindings | ||
Ckzg.Test | ||
.gitignore | ||
Ckzg.sln | ||
Makefile | ||
README.md | ||
ckzg.c | ||
ckzg.def | ||
ckzg.h |
README.md
C# bindings
This directory contains C# bindings for the C-KZG-4844 library.
Prerequisites
Build requires:
clang
as a preferred build tool for the native wrapper of ckzg. On Windows, it's tested with clang from Microsoft Visual Studio components;- .NET SDK to build the bindings.
Build & test
Everything is consolidated into one command:
make