Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Oct 12, 2019
1 parent 688fa30 commit b45b9c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ designed to keep your CACert bundles up-to-date.
npm install --save certainty-js
```

**Optional:**

Certainty uses [Sodium-Plus](https://github.com/paragonie/sodium-plus) internally.
The default Sodium-Plus backend is cross-platform, but you can obtain greater
performance by installing `sodium-native` too.

```terminal
npm install --save sodium-native
```

This isn't strictly necessary, and sodium-native doesn't work in browsers, but
if you're not targeting browsers, you can get a significant performance boost.

## Usage

Certainty is intended to be used with `request-promise-native`.
Expand Down

0 comments on commit b45b9c9

Please sign in to comment.