Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Drop support for platforms without native BigInts
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Jun 27, 2024
1 parent c8df197 commit 747cda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">crystals-kyber-js</h1>

> This fork adds support for legacy browsers without BigInt (e.g. Safari 13 or less), and it implements the ML-KEM changes from the [NIST FIPS-203 (draft)](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.ipd.pdf): it exports `MlKem512, 768, 1024` instead of `Kyber512, 768, 1024`.<br>
> This fork implements the ML-KEM changes from the [NIST FIPS-203 (draft)](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.ipd.pdf): it exports `MlKem512, 768, 1024` instead of `Kyber512, 768, 1024`.<br>
This library is published on npm (as `@openpgp/crystals-kyber-js`) but not on deno.
We recommend you use the upstream repo. The rest of the README refers to the upstream library.

Expand Down
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export {
sha3_512,
shake128,
shake256,
} from "npm:@openpgp/noble-hashes@1.3.3/sha3";
} from "npm:@noble/hashes@1.4.0/sha3";

0 comments on commit 747cda5

Please sign in to comment.