a portable and fast pairing-based cryptography library
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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)
|