enum Argon2::Response
Defined in:
constants.cr
Enum Members
-
ARGON2_OK =
0
-
ARGON2_OUTPUT_PTR_NULL =
-1
-
ARGON2_OUTPUT_TOO_SHORT =
-2
-
ARGON2_OUTPUT_TOO_LONG =
-3
-
ARGON2_PWD_TOO_SHORT =
-4
-
ARGON2_PWD_TOO_LONG =
-5
-
ARGON2_SALT_TOO_SHORT =
-6
-
ARGON2_SALT_TOO_LONG =
-7
-
ARGON2_AD_TOO_SHORT =
-8
-
ARGON2_AD_TOO_LONG =
-9
-
ARGON2_SECRET_TOO_SHORT =
-10
-
ARGON2_SECRET_TOO_LONG =
-11
-
ARGON2_TIME_TOO_SMALL =
-12
-
ARGON2_TIME_TOO_LARGE =
-13
-
ARGON2_MEMORY_TOO_LITTLE =
-14
-
ARGON2_MEMORY_TOO_MUCH =
-15
-
ARGON2_LANES_TOO_FEW =
-16
-
ARGON2_LANES_TOO_MANY =
-17
-
ARGON2_PWD_PTR_MISMATCH =
-18
-
ARGON2_SALT_PTR_MISMATCH =
-19
-
ARGON2_SECRET_PTR_MISMATCH =
-20
-
ARGON2_AD_PTR_MISMATCH =
-21
-
ARGON2_MEMORY_ALLOCATION_ERROR =
-22
-
ARGON2_FREE_MEMORY_CBK_NULL =
-23
-
ARGON2_ALLOCATE_MEMORY_CBK_NULL =
-24
-
ARGON2_INCORRECT_PARAMETER =
-25
-
ARGON2_INCORRECT_TYPE =
-26
-
ARGON2_OUT_PTR_MISMATCH =
-27
-
ARGON2_THREADS_TOO_FEW =
-28
-
ARGON2_THREADS_TOO_MANY =
-29
-
ARGON2_MISSING_ARGS =
-30
-
ARGON2_ENCODING_FAIL =
-31
-
ARGON2_DECODING_FAIL =
-32
-
ARGON2_THREAD_FAIL =
-33
-
ARGON2_DECODING_LENGTH_FAIL =
-34
-
ARGON2_VERIFY_MISMATCH =
-35
Instance Method Summary
Instance Method Detail
def
argon2_ad_ptr_mismatch?
#
def
argon2_ad_too_long?
#
def
argon2_ad_too_short?
#
def
argon2_allocate_memory_cbk_null?
#
def
argon2_decoding_fail?
#
def
argon2_decoding_length_fail?
#
def
argon2_encoding_fail?
#
def
argon2_free_memory_cbk_null?
#
def
argon2_incorrect_parameter?
#
def
argon2_incorrect_type?
#
def
argon2_lanes_too_few?
#
def
argon2_lanes_too_many?
#
def
argon2_memory_allocation_error?
#
def
argon2_memory_too_little?
#
def
argon2_memory_too_much?
#
def
argon2_missing_args?
#
def
argon2_out_ptr_mismatch?
#
def
argon2_output_ptr_null?
#
def
argon2_output_too_long?
#
def
argon2_output_too_short?
#
def
argon2_pwd_ptr_mismatch?
#
def
argon2_pwd_too_long?
#
def
argon2_pwd_too_short?
#
def
argon2_salt_ptr_mismatch?
#
def
argon2_salt_too_long?
#
def
argon2_salt_too_short?
#
def
argon2_secret_ptr_mismatch?
#
def
argon2_secret_too_long?
#
def
argon2_secret_too_short?
#
def
argon2_thread_fail?
#
def
argon2_threads_too_few?
#
def
argon2_threads_too_many?
#
def
argon2_time_too_large?
#
def
argon2_time_too_small?
#
def
argon2_verify_mismatch?
#