Increased output block size from 64 to 96 bytes; now using 8 counter values, instead...
[fast-key-erasure-rng-java.git] / .classpath
blob920d6398b46c10435e39f05450e2ae5a072cf4a3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" output="bin.test" path="etc">
5 <attributes>
6 <attribute name="test" value="true"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="src" output="bin.test" path="test">
10 <attributes>
11 <attribute name="test" value="true"/>
12 </attributes>
13 </classpathentry>
14 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
15 <attributes>
16 <attribute name="module" value="true"/>
17 </attributes>
18 </classpathentry>
19 <classpathentry kind="lib" path="lib/test/ascii85-1.2.jar">
20 <attributes>
21 <attribute name="test" value="true"/>
22 </attributes>
23 </classpathentry>
24 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
25 <attributes>
26 <attribute name="test" value="true"/>
27 </attributes>
28 </classpathentry>
29 <classpathentry kind="output" path="bin"/>
30 </classpath>