@keeex/crypto-provider-browser
v3.4.0
Published
Cryptographic provider based on browser support
Readme
Browser implementation for the @keeex/crypto package
If you're developing for a browser environment; import this package alongside with @keeex/crypto
to use browser-based implementation.
This library uses a mix of crypto from the browser (especially the random number generator), pure JavaScript and WebAssembly.
Testing
Since some algorithms depends on browser implementation, it is possible to create test bundles with
npm test.
It will create the test directory containing HTML and JS files.
Loading the HTML into a browser should run the tests and display the result.
