mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 10:13:43 +00:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
export enum KdfType {
|
|
PBKDF2_SHA256 = 0,
|
|
}
|