1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

support for prelogin kdf info

This commit is contained in:
Kyle Spearrin
2018-08-14 15:12:10 -04:00
parent a7bbdf9c93
commit 9f26f9f377
15 changed files with 140 additions and 31 deletions

3
src/enums/kdfType.ts Normal file
View File

@@ -0,0 +1,3 @@
export enum KdfType {
PBKDF2 = 0,
}