View Source ecies_kdf (ecies v1.0.0)
Summary
Functions
-spec concat_kdf(Hash, Key, Info, Length) -> Result when Hash :: atom(), Key :: binary(), Info :: binary(), Length :: pos_integer(), Result :: binary().
-spec hkdf_expand(Hash, PRK, Info, Length) -> Result when Hash :: atom(), PRK :: binary(), Info :: binary(), Length :: pos_integer(), Result :: binary().
-spec kdf(Hash, Key, Info, Length) -> Result when Hash :: atom(), Key :: binary(), Info :: binary(), Length :: pos_integer(), Result :: binary().