Namespace: SHA2

Hacl~SHA2

Methods

(static) hash_256(input) → {buffer}

Parameters:
Name Type Description
input buffer size input_len
Source:
Returns:
hash - size 32
Type
buffer

(static) hash_384(input) → {buffer}

Parameters:
Name Type Description
input buffer size input_len
Source:
Returns:
hash - size 48
Type
buffer

(static) hash_512(input) → {buffer}

Parameters:
Name Type Description
input buffer size input_len
Source:
Returns:
output - size 64
Type
buffer