Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 350 Bytes

File metadata and controls

8 lines (5 loc) · 350 Bytes

OpenGradient EZKL FFI

C and CGO bindings for the EZKL library to be used in the OpenGradient network.

Setup

  1. Install c-for-go: go get github.com/xlab/c-for-go (Make sure $GOPATH is added to your $PATH env variable)
  2. Run make - this will compile the library and copy it to LIBRARY_PATH so the library can be found by compilers.