1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
bitwarden-browser/src/enums/kdfType.ts

4 lines
40 B
TypeScript
Raw Normal View History

2018-08-14 21:12:10 +02:00
export enum KdfType {
PBKDF2 = 0,
}