1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Move crypto code to common/key-management/crypto/

This commit is contained in:
Bernd Schoolmann
2025-01-24 14:30:55 +01:00
parent 3f05a5e5f5
commit dfac33028f
344 changed files with 720 additions and 677 deletions

View File

@@ -5,7 +5,7 @@ import {
OrganizationUserConfirmRequest,
} from "@bitwarden/admin-console/common";
import { ApiService } from "@bitwarden/common/abstractions/api.service";
import { EncryptService } from "@bitwarden/common/platform/abstractions/encrypt.service";
import { EncryptService } from "@bitwarden/common/key-management/crypto/abstractions/encrypt.service";
import { Utils } from "@bitwarden/common/platform/misc/utils";
import { KeyService } from "@bitwarden/key-management";