Module: Argon2::Constants
- Defined in:
- lib/argon2/constants.rb
Overview
Constants utilised in several parts of the Argon2 module SALT_LEN is a standard recommendation from the Argon2 spec.
Constant Summary collapse
- SALT_LEN =
16
- OUT_LEN =
Binary, unencoded output
32
- ENCODE_LEN =
Encoded output
108