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.
 
 
 
 
 
 
mcl/ffi/java/run-elgamal.bat

9 lines
224 B

@echo off
echo [[compile ElgamalTest.java]]
%JAVA_DIR%\bin\javac ElgamalTest.java
echo [[run ElgamalTest]]
set TOP_DIR=..\..
pushd %TOP_DIR%\bin
%JAVA_DIR%\bin\java -classpath ../ffi/java ElgamalTest %1 %2 %3 %4 %5 %6
popd