Skip to content

Commit

Permalink
Merge pull request #18 from lz101010/fix-kyber-oid
Browse files Browse the repository at this point in the history
update Kyber OID
  • Loading branch information
fisherstevenk committed Nov 26, 2022
2 parents 5811ed0 + b4f4bce commit ff85b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public final class KyberJCE extends Provider {

private static final long serialVersionUID = 387564738298475632L;
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";

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

0 comments on commit ff85b02

Please sign in to comment.