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
47 B
TypeScript
Raw Normal View History

2018-08-14 21:12:10 +02:00
export enum KdfType {
2018-08-28 01:55:05 +02:00
PBKDF2_SHA256 = 0,
2018-08-14 21:12:10 +02:00
}