16 lines
298 B
Markdown
16 lines
298 B
Markdown
|
# 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:
|
||
|
* https://dotnet.microsoft.com/en-us/download/dotnet/6.0
|
||
|
|
||
|
## Build & test
|
||
|
|
||
|
Everything is consolidated into one command:
|
||
|
```
|
||
|
make
|
||
|
```
|