commit
94c59af7f7
@ -0,0 +1,9 @@ |
|||||||
|
include ../../common.mk |
||||||
|
|
||||||
|
SHE384_256_SLIB=libmclshe384_256.$(LIB_SUF)
|
||||||
|
|
||||||
|
she_test: ../../lib/$(SHE384_256_SLIB) |
||||||
|
cd ../../lib && env LD_LIBRARY_PATH=./ python3 ../ffi/python/she.py
|
||||||
|
|
||||||
|
../../lib/$(SHE384_256_SLIB): |
||||||
|
make -C ../../ lib/$(SHE384_256_SLIB)
|
@ -0,0 +1,7 @@ |
|||||||
|
# sample for Python |
||||||
|
|
||||||
|
## SHE |
||||||
|
|
||||||
|
``` |
||||||
|
make she_test |
||||||
|
``` |
Loading…
Reference in new issue