From b9d806abb15bb775c2d4c736086eeada36cd30a5 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Sat, 14 Sep 2024 15:20:48 +0200 Subject: [PATCH] Remove noble curves from lib --- README.md | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e318c47..843a21b 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,4 @@ Tests : ![CI status](https://ci.pband.ch/api/badges/11/status.svg "CI status") # Crypto tools Various crypto tools used often. The lib is based as much as possible on the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) ! -The JWT part uses [JOSE](https://github.com/panva/jose) as it implements all the JWT functions. -The signature part uses [noble-ed25519](https://github.com/paulmillr/noble-ed25519) instead of the Web Crypto API, so you can derive a KeyPair from a password. +The JWT part uses [JOSE](https://github.com/panva/jose) as it implements all the JWT functions. diff --git a/package.json b/package.json index 94f0678..c4d688f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ }, "dependencies": { - "@noble/curves": "^1.4.0", "jose": "^5.3.0", "log": "git+https://git.pband.ch/typescript/log.git", "misc": "git+https://git.pband.ch/typescript/misc.git"