diff --git a/src/enacl.erl b/src/enacl.erl index c3cb393..25521b1 100644 --- a/src/enacl.erl +++ b/src/enacl.erl @@ -12,7 +12,10 @@ %%% application may result in severely reduced strength of the cryptography. Take some %%% time to make sure this is the case before using.

%%%

Note: All functions will fail with a `badarg' error if given incorrect -%%% parameters.

+%%% parameters. Also, if something is wrong internally, they will raise an error of +%%% the form `enacl_internal_error'. There is usually no way to continue gracefully +%%% from either of these. A third error is `enacl_finalized`, raised when you try +%%% re-using an already finalized state for multi-part messages.

%%% @end. -module(enacl).