Module: Argon2::Constants

Defined in:
lib/argon2/constants.rb

Overview

Constants utilised in several parts of the Argon2 module

Constant Summary collapse

SALT_LEN =

Standard recommendation from the Argon2 spec

16
OUT_LEN =

Binary, unencoded output

32
ENCODE_LEN =

Encoded output

108