Skip to content

Commit

Permalink
Update README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed May 30, 2023
1 parent 6972d01 commit a4d7bb2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
asmCrypto
asmCrypto (openpgp.js fork)
=========

JavaScript implementation of popular cryptographic utilities with performance in mind.
JavaScript implementation of AES cryptographic utilities with performance in mind.
As of v3, compatibility with upstream repo (now deprecated) is broken: non-AES functions have been removed, and legacy targets (ES5) are no longer supported.

This library is primarily needed as fallback for the WebCrypto API for AES-CFB (only implemented by Safari), as well as AES-GCM for 192-bit keys (not implemented by Chrome).

Build & Test
------------
Expand All @@ -17,10 +20,3 @@ Running tests is always a good idea:
npm test

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


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 a4d7bb2

Please sign in to comment.