Packages

Emysql - Erlang MySQL driver

Current section

Files

Jump to
emysql include crypto_compat.hrl
Raw

include/crypto_compat.hrl

%% Note: This file was automatically generated. Do not include it in source control
-define(HASH_SHA(Data), crypto:hash(sha, Data)).
-define(HASH_FINAL(Data), crypto:hash_final(Data)).
-define(HASH_UPDATE(Data, Salt), crypto:hash_update(Data, Salt)).
-define(HASH_INIT(), crypto:hash_init(sha)).