Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alippai authored Feb 7, 2023
1 parent 9210a21 commit f3bd6c6
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,3 @@ asmCrypto
=========

Not maintained anymore, use a native or WASM implementation instead.

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.

0 comments on commit f3bd6c6

Please sign in to comment.