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

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