File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/frodo Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11package org .bouncycastle .pqc .jcajce .provider .frodo ;
22
3+ import java .io .IOException ;
4+ import java .io .ObjectInputStream ;
5+ import java .io .ObjectOutputStream ;
6+ import java .security .PrivateKey ;
7+
38import org .bouncycastle .asn1 .ASN1Set ;
49import org .bouncycastle .asn1 .pkcs .PrivateKeyInfo ;
510import org .bouncycastle .pqc .crypto .frodo .FrodoPrivateKeyParameters ;
914import org .bouncycastle .pqc .jcajce .spec .FrodoParameterSpec ;
1015import org .bouncycastle .util .Arrays ;
1116
12- import java .io .IOException ;
13- import java .io .ObjectInputStream ;
14- import java .io .ObjectOutputStream ;
15- import java .security .PrivateKey ;
16-
1717public class BCFrodoPrivateKey
1818 implements PrivateKey , FrodoKey
1919{
@@ -42,7 +42,7 @@ private void init(PrivateKeyInfo keyInfo)
4242 }
4343
4444 /**
45- * Compare this SPHINCS-256 private key with another object.
45+ * Compare this private key with another object.
4646 *
4747 * @param o the other object
4848 * @return the result of the comparison
You can’t perform that action at this time.
0 commit comments