add trial impl of embedded proof verification using verifiable-credentials-java

This commit is contained in:
Markus Gylling
2022-09-09 09:13:13 +02:00
parent 3c0a09624e
commit 341a15b90a
13 changed files with 1432 additions and 82 deletions
@@ -21,7 +21,7 @@ import com.google.common.collect.Iterables;
public class OB30Tests {
private static OB30Inspector validator;
private static boolean verbose = false;
private static boolean verbose = true;
@BeforeAll
static void setup() {