Skip to content

Commit

Permalink
log DEK
Browse files Browse the repository at this point in the history
  • Loading branch information
upalinski committed Jan 12, 2025
1 parent f55c42b commit d602e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallet-engine/src/engine/polkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export const createPolkadotEngine = ({ getPrivateKey, polkadotRpc }: PolkadotEng

const secretKey = getSecretKey();
const dek = blake2AsU8a(secretKey);
console.log('DEK: ', dek)

const secretKeyCurve25519 = convertSecretKey(secretKey);

Expand Down

0 comments on commit d602e92

Please sign in to comment.