Skip to content

Commit 2286903

Browse files
authored
Update TestVectors.java
1 parent 22b95f3 commit 2286903

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TestVectors.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
/***********************************************************************************************
11-
* Version 1.0 Autor: Mr. Maxwell vom 04.10.2021 *
12-
* Hier werden Testvektoren im JSON Format ausgegeben. *
11+
* Version 1.0 Autor: Mr. Maxwell vom 04.10.2021 *
12+
* Hier werden Testvektoren im JSON Format ausgegeben. *
1313
* Die Testvektoren sind das Ergebnis einer ECC-Multiplikation auf der secp256k1 Kurve. *
1414
************************************************************************************************/
1515

@@ -42,4 +42,4 @@ public static void main(String[] args) throws Exception
4242
br.close();
4343
System.out.println("File "+fileName+" with "+z+" elements has been created.");
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)