Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jun 10, 2024
1 parent 4e3d119 commit 8297bed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/snaps-controllers/src/test-utils/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,13 @@ export const DEFAULT_ENCRYPTION_KEY_DERIVATION_OPTIONS = {
},
};

export const LEGACY_ENCRYPTION_KEY_DERIVATION_OPTIONS = {
algorithm: 'PBKDF2' as const,
params: {
iterations: 10_000,
},
};

const getSnapControllerEncryptor = () => {
return {
encryptWithKey,
Expand Down

0 comments on commit 8297bed

Please sign in to comment.