+1
−0
Makefile
0 → 100644
+4
−0
native/bn_is_zero.c
0 → 100644
+4
−0
native/bn_is_zero.h
0 → 100644
+1
−0
+7
−2
Loading
This is necessary because on some architectures BN_is_zero is a CPP macro, so trying to link against it in an `extern "C"` block causes a linker error. This also introduces a build command to Cargo to compile the bn_is_zero wrapper.