We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2dc85 commit e0c35afCopy full SHA for e0c35af
src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java
@@ -1,3 +1,14 @@
1
+/**
2
+ * EdDSA-Java by str4d
3
+ *
4
+ * To the extent possible under law, the person who associated CC0 with
5
+ * EdDSA-Java has waived all copyright and related or neighboring rights
6
+ * to EdDSA-Java.
7
8
+ * You should have received a copy of the CC0 legalcode along with this
9
+ * work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
10
11
+ */
12
package net.i2p.crypto.eddsa;
13
14
import java.security.AccessController;
0 commit comments