class Scrypt::Password
- Scrypt::Password
- Reference
- Object
Defined in:
password.crConstructors
Class Method Summary
Instance Method Summary
-
#==(password)
Returns
false
(other can only be aValue
here). - #cost
- #digest
- #inspect(io)
- #salt
- #to_s(io)
Constructor Detail
Class Method Detail
def self.create(password, key_len = DEFAULT_KEY_LEN, salt_size = DEFAULT_SALT_SIZE, max_mem = DEFAULT_MAX_MEM, max_memfrac = DEFAULT_MAX_MEMFRAC, max_time = DEFAULT_MAX_TIME)
#
Instance Method Detail
def ==(password)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).