Module erljwt_sig

Function Index

algo_to_atom/1
algo_to_binary/1
create/3
verify/4

Function Details

algo_to_atom/1

algo_to_atom(Name) -> any()

algo_to_binary/1

algo_to_binary(Atom) -> any()

create/3

create(Algo, Payload, Key) -> any()

verify/4

verify(EncSignature, Algo, Payload, SharedKey) -> any()


Generated by EDoc