Swap-Aggregator-Subgraph/node_modules/asmcrypto.js
2022-07-03 07:27:35 +05:30
..
dist_es5 added handler 2022-07-03 07:27:35 +05:30
dist_es8 added handler 2022-07-03 07:27:35 +05:30
src added handler 2022-07-03 07:27:35 +05:30
test added handler 2022-07-03 07:27:35 +05:30
.editorconfig added handler 2022-07-03 07:27:35 +05:30
.esmrc added handler 2022-07-03 07:27:35 +05:30
.prettierignore added handler 2022-07-03 07:27:35 +05:30
.prettierrc added handler 2022-07-03 07:27:35 +05:30
.travis.yml added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.es5.js added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.es5.min.js added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.es5.mjs added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.es8.js added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.es8.min.js added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.js added handler 2022-07-03 07:27:35 +05:30
asmcrypto.all.mjs added handler 2022-07-03 07:27:35 +05:30
build.js added handler 2022-07-03 07:27:35 +05:30
LICENSE added handler 2022-07-03 07:27:35 +05:30
package.json added handler 2022-07-03 07:27:35 +05:30
README.md added handler 2022-07-03 07:27:35 +05:30
tsconfig.json added handler 2022-07-03 07:27:35 +05:30
tslint.json added handler 2022-07-03 07:27:35 +05:30

asmCrypto Build Status Join the chat at https://gitter.im/asmcrypto/asmcrypto.js

JavaScript implementation of popular cryptographic utilities with performance in mind.

Build & Test

Then download and build the stuff:

git clone https://github.com/asmcrypto/asmcrypto.js.git
cd asmcrypto.js/
npm install

Running tests is always a good idea:

npm test

Congratulations! Now you have your asmcrypto.js ready to use ☺

Support

  • NodeJS 10
  • IE11
  • last two Chrome versions
  • last two Firefox versions and the latest Firefox ESR
  • last two Edge versions
  • last two Safari versions

AsmCrypto 2.0

  • Moved to TypeScript
  • I have no confident knowledge on random generation, so I don't feel right maintaining it. As of 2.0 all custom random generation and seeding code is removed, the underlying browsers and environments have to provide secure random.