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