Skip to content

Commit

Permalink
[readme] minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 5, 2024
1 parent 7050e61 commit 5db1531
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ A port of node's `crypto` module to the browser.

[![npm badge][npm-badge-png]][package-url]


The goal of this module is to reimplement node's crypto module,
in pure javascript so that it can run in the browser.
The goal of this module is to reimplement node's crypto module, in pure javascript so that it can run in the browser.

Here is the subset that is currently implemented:

Expand Down Expand Up @@ -43,12 +41,10 @@ If you are interested in writing a feature, please implement as a new module,
which will be incorporated into crypto-browserify as a dependency.

All deps must be compatible with node's crypto
(generate example inputs and outputs with node,
and save base64 strings inside JSON, so that tests can run in the browser.
(generate example inputs and outputs with node, and save base64 strings inside JSON, so that tests can run in the browser)
see [sha.js](https://github.com/dominictarr/sha.js)

Crypto is _extra serious_ so please do not hesitate to review the code,
and post comments if you do.
Crypto is _extra serious_ so please do not hesitate to review the code, and post comments if you do.

## License

Expand Down

0 comments on commit 5db1531

Please sign in to comment.