Skip to content

Commit

Permalink
prettier and changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-dev committed Dec 8, 2024
1 parent 8e288a5 commit 668edfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-eyes-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@turnkey/crypto": minor
---

Add keyformat to decryptExportBundle for displaying Solana private keys
3 changes: 1 addition & 2 deletions packages/crypto/src/turnkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
uncompressRawPublicKey,
} from "./crypto";

import { ed25519 } from '@noble/curves/ed25519';
import { ed25519 } from "@noble/curves/ed25519";

interface DecryptExportBundleParams {
exportBundle: string;
Expand Down Expand Up @@ -168,7 +168,6 @@ export const decryptExportBundle = async ({
}
};


/**
* Verifies a signature from a Turnkey stamp using ECDSA and SHA-256.
*
Expand Down

0 comments on commit 668edfa

Please sign in to comment.