Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Jan 16, 2023
1 parent 9dc5914 commit feae529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ This module works on web browsers, Node.js, Deno and Cloudflare Workers.
| DHKEM (secp256k1, HKDF-SHA256) |\*3<br> |\*3<br> |\*3<br> |\*3<br> |\*3<br> |

- \*1:
[@stablelib/x25519](https://www.stablelib.com/modules/_x25519_x25519_.html) is
[@noble/curves/ed25519](https://github.com/paulmillr/noble-curves) is
used until [Secure Curves](https://wicg.github.io/webcrypto-secure-curves/) is
implemented.
- \*2: [x448-js](https://github.com/Iskander508/X448-js) is used until
- \*2: [@noble/curves/ed448](https://github.com/paulmillr/noble-curves) is used until
[Secure Curves](https://wicg.github.io/webcrypto-secure-curves/) is
implemented.
- \*3: NOT STANDARDIZED EXPERIMENTAL IMPLEMENTATION using
[elliptic](https://github.com/indutny/elliptic).
[@noble/secp256k1](https://github.com/paulmillr/secp256k1).

### Key Derivation Functions (KDFs)

Expand Down

0 comments on commit feae529

Please sign in to comment.