Skip to content

Commit

Permalink
Remove bencodex
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Oct 30, 2023
1 parent 2271404 commit 51757a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion @planetarium/account-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"dependencies": {
"@aws-sdk/client-kms": "^3.272.0",
"@noble/secp256k1": "^1.7.1",
"@planetarium/bencodex": "^0.2.2",
"asn1js": "^3.0.5"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion @planetarium/account-aws-kms/src/AwsKmsAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class AwsKmsAccount implements Account {
const digest = await crypto.subtle.digest("SHA-256", message);
const digestArray = new Uint8Array(digest);

console.log(message, digestArray);
const cmd = new SignCommand({
KeyId: this.keyId,
Message: digestArray,
Expand Down
1 change: 0 additions & 1 deletion yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51757a5

Please sign in to comment.