4798c4b1e2 | ||
---|---|---|
.. | ||
gradle/wrapper | ||
src | ||
.gitignore | ||
Makefile | ||
README.md | ||
build.gradle | ||
c_kzg_4844_jni.c | ||
c_kzg_4844_jni.h | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
Build Shared Library
Prerequisites
- Follow the instructions in the README.md to install blst and build the C-KZG code.
JAVA_HOME
environment variable is set to a JDK with aninclude
folder containing a jni.h file.
Build
make c_kzg_4844_jni
This will install the library in the src/main/resources/lib
folder according to your OS
Test
make test