Skip to content

Commit

Permalink
fix: remove rotate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Rosenkranz-Costa committed Feb 19, 2024
1 parent 4ead100 commit 3b70bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cover_crypt/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
CoverCryptKeyGeneration,
generateMasterKeys,
generateUserSecretKey,
rotateAttributes,
} from "./key_generation"

let initialized: Promise<void> | undefined
Expand Down Expand Up @@ -35,7 +34,6 @@ export async function CoverCrypt() {

generateMasterKeys,
generateUserSecretKey,
rotateAttributes,

CoverCryptKeyGeneration,
CoverCryptHybridDecryption,
Expand Down

0 comments on commit 3b70bb8

Please sign in to comment.