JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23821F
  • License MIT

Pure JS/TS library with X448 curve for ECDH

Package Exports

  • x448-js
  • x448-js/dist/index.js
  • x448-js/dist/x448-js.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (x448-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

X448-js GitHub license Tests codecov npm

Pure JavaScript/TypeScript implementation of the X448 elliptic curve (RFC 7748) for ECDH key exchange. Uses the jsbn library for big integer operations.