JSPM

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

collection of cryptographic functions that support every js runtime for ES5+

Package Exports

  • @harmoniclabs/crypto
  • @harmoniclabs/crypto/dist/index.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 (@harmoniclabs/crypto) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@harmoniclabs/crypto

collection of cryptographic functions that support every js runtime for ES5+

Disclaimer

The purpose of the library is to guarantee support for any javascript runtime with ES5+.

THIS IMPLEMENTATION SHOULD NOT BE ASSUMED TO BE SAFE

If you are in a node js environment you should use the node crypto native module; without doubt more preformant and secure.