1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

PBKDF2 is SHA256

This commit is contained in:
Kyle Spearrin 2018-08-27 19:55:38 -04:00
parent d120a1dab9
commit 76caf1c580

View File

@ -2,6 +2,6 @@
{ {
public enum KdfType : byte public enum KdfType : byte
{ {
PBKDF2 = 0 PBKDF2_SHA256 = 0
} }
} }