Skip to content

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed Dec 19, 2023
1 parent 177f573 commit 16d2669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A minimal ESM based, no dependency, typescript wrapper for the [Web Crypto API](

Algorithms are split into their own modules, which enforces consumption of cryptographic materials from the same algorithm. API follows entirely with the Web Crypto API, but removes the need for specifying every argument (secure defaults and inferred key usages).

- [Documentation](https://neal.codes/webcrypto-ts/) 📖
- [Github](https://github.com/nealfennimore/webcrypto-ts) :octocat:
- [NPM](https://www.npmjs.com/package/@nfen/webcrypto-ts)
- [Documentation](https://webcrypto.neal.codes) 📖
- [Github](https://github.com/nealfennimore/webcrypto-ts) :octocat:
- [NPM](https://www.npmjs.com/package/@nfen/webcrypto-ts)

## Install

Expand All @@ -18,7 +18,7 @@ npm i @nfen/webcrypto-ts

## Examples

Many more examples in the [Documentation](https://neal.codes/webcrypto-ts/).
Many more examples in the [Documentation](https://webcrypto.neal.codes).

### ECDSA

Expand Down

0 comments on commit 16d2669

Please sign in to comment.