Added JavaCard stuff.

This commit is contained in:
Eric Butler
2012-08-07 15:10:40 -07:00
parent 1ea9c1c433
commit febca32896
25 changed files with 9275 additions and 3 deletions

6
bin/converter Executable file
View File

@@ -0,0 +1,6 @@
DIR=`dirname $0`
CLASSPATH=$DIR/../javacard/bin/converter.jar:$CLASSPATH
JFLAGS="-classpath $CLASSPATH"
java $JFLAGS com.sun.javacard.converter.Converter "$@"

4
bin/shadysim Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
DIR=`dirname $0`
python $DIR/../shadysim/shadysim.py $@