Module hotp

Data Types

extra_params()

extra_params() = #hotp_extra_params{}

t()

t() = pos_integer()

Function Index

cons/2
cons/3

Function Details

cons/2

cons(Secret::binary(), Count::non_neg_integer()) -> t()

cons/3

cons(Secret::binary(), Count::non_neg_integer(), Hotp_extra_params::extra_params()) -> t()


Generated by EDoc