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

8 lines
195 B

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