class Sodium::Password::Params
- Sodium::Password::Params
- Reference
- Object
Overview
Contains the params necessary for #derive_key.
Defined in:
sodium/password/params.crConstructors
Instance Method Summary
- #key_size : Int32?
- #key_size=(key_size : Int32?)
- #mem : UInt64
- #mem=(mem : UInt64)
- #mode : Mode?
- #mode=(mode : Mode?)
- #ops : UInt64
- #ops=(ops : UInt64)
- #salt : Bytes?
- #salt=(salt : Bytes?)
-
#tcost : Float64?
Information only.
-
#tcost=(tcost : Float64?)
Information only.
- #to_h
-
#verify : Bytes?
Application specific param to verify a password.
-
#verify=(verify : Bytes?)
Application specific param to verify a password.