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.
2 parents 5811ed0 + b4f4bce commit ff85b02Copy full SHA for ff85b02
src/main/java/com/swiftcryptollc/crypto/provider/KyberJCE.java
@@ -21,7 +21,7 @@
21
public final class KyberJCE extends Provider {
22
23
private static final long serialVersionUID = 387564738298475632L;
24
- public static final String OID_KYBER = "1.2.840.113549.1.3.1";
+ public static final String OID_KYBER = "1.3.6.1.4.1.2.267.8";
25
26
private static final String info = "KyberJCE Provider "
27
+ "(implements CRYSTALS Kyber)";
0 commit comments