Hash type add bcrypt

This commit is contained in:
turtled 2017-05-26 12:31:07 +08:00
parent c64f172174
commit dc2e6ab53c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
-export([passwd_hash/2]).
-type(hash_type() :: plain | md5 | sha | sha256 | pbkdf2).
-type(hash_type() :: plain | md5 | sha | sha256 | pbkdf2 | bcrypt).
%%--------------------------------------------------------------------
%% Authentication behavihour