HAP.Crypto.SHA512 (HAP v0.1.0) View Source

Simple wrapper around Erlang's :crypto.hash() function

Link to this section Summary

Functions

Returns the SHA-512 has of the given message.

Link to this section Types

Specs

hash() :: binary()

Specs

message() :: binary()

Link to this section Functions

Specs

hash(message()) :: hash()

Returns the SHA-512 has of the given message.

Returns the hash directly (not contained in a success tuple)