1.1.2 • Published 7 months ago

@eluvio/crypto v1.1.2

Weekly downloads
28
License
MIT
Repository
github
Last release
7 months ago

elv-crypto

ES6 JavaScript library of crypto functionality for the Eluvio content platform. High-performance is achieved through use of WebAssembly.

Build

npm builds: https://www.npmjs.com/package/@eluvio/crypto

We provide bundles for convenience in the "dist" directory. However, developers should link directly against "src" when using their own packagers.

Examples

Look inside the "scripts" and "test" directories.

Test

Unit Tests

npm run test

Build Test

Navigate a browser to test/testLoadBuild.html after starting a local HTTP server:

http-server -p 80 --cors .

Load in Node.js:

node test/testLoadBuild.cjs

TODO

  • Maybe now Web APIs could replace our use of Node streams and crypto
  • Test memory model
    • If return values persist or not as expected
    • If long term memory usage is stable
  • Performance tests
1.1.1

9 months ago

1.1.0

9 months ago

1.1.2

7 months ago

1.0.12

1 year ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago