Skip to content

Commit ff85b02

Browse files
Merge pull request #18 from lz101010/fix-kyber-oid
update Kyber OID
2 parents 5811ed0 + b4f4bce commit ff85b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/swiftcryptollc/crypto/provider/KyberJCE.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public final class KyberJCE extends Provider {
2222

2323
private static final long serialVersionUID = 387564738298475632L;
24-
public static final String OID_KYBER = "1.2.840.113549.1.3.1";
24+
public static final String OID_KYBER = "1.3.6.1.4.1.2.267.8";
2525

2626
private static final String info = "KyberJCE Provider "
2727
+ "(implements CRYSTALS Kyber)";

0 commit comments

Comments
 (0)