We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b95f3 commit 2286903Copy full SHA for 2286903
TestVectors.java
@@ -8,8 +8,8 @@
8
9
10
/***********************************************************************************************
11
-* Version 1.0 Autor: Mr. Maxwell vom 04.10.2021 *
12
-* Hier werden Testvektoren im JSON Format ausgegeben. *
+* Version 1.0 Autor: Mr. Maxwell vom 04.10.2021 *
+* Hier werden Testvektoren im JSON Format ausgegeben. *
13
* Die Testvektoren sind das Ergebnis einer ECC-Multiplikation auf der secp256k1 Kurve. *
14
************************************************************************************************/
15
@@ -42,4 +42,4 @@ public static void main(String[] args) throws Exception
42
br.close();
43
System.out.println("File "+fileName+" with "+z+" elements has been created.");
44
}
45
-}
+}
0 commit comments