Skip to content

Commit

Permalink
feat: remove isomorphic-webcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jul 30, 2024
1 parent e60ffbc commit 1adc1fe
Show file tree
Hide file tree
Showing 6 changed files with 3,519 additions and 572 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"ethr-did": "2.3.9",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"isomorphic-webcrypto": "link:./node_modules/@sphereon/isomorphic-webcrypto"
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1"
},
"engines": {
"node": ">= 18.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/key-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"dependencies": {
"@ethersproject/random": "^5.7.0",
"@sphereon/isomorphic-webcrypto": "2.4.1-unstable.0",
"@stablelib/ed25519": "^1.0.3",
"@stablelib/sha256": "^1.0.1",
"@stablelib/sha512": "^1.0.1",
Expand Down
1 change: 0 additions & 1 deletion packages/key-utils/src/x509/rsa-key.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import crypto from '@sphereon/isomorphic-webcrypto'
import * as u8a from 'uint8arrays'
import { HashAlgorithm } from '../digest-methods'
import { JWK } from '../types'
Expand Down
1 change: 0 additions & 1 deletion packages/key-utils/src/x509/rsa-signer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as u8a from 'uint8arrays'
import crypto from '@sphereon/isomorphic-webcrypto'
import { HashAlgorithm } from '../digest-methods'
import { JWK, KeyVisibility } from '../types'
import { cryptoSubtleImportRSAKey, RSAEncryptionSchemes, RSASignatureSchemes } from './rsa-key'
Expand Down
1 change: 0 additions & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"generate-plugin-schema": "sphereon dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/isomorphic-webcrypto": "2.4.1-unstable.0",
"@sphereon/ssi-sdk-ext.did-utils": "workspace:*",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@trust/keyto": "2.0.0-alpha1",
Expand Down
Loading

0 comments on commit 1adc1fe

Please sign in to comment.