module Scrypt
Defined in:
engine.crpassword.cr
scrypt.cr
Constant Summary
- 
        DEFAULT_KEY_LEN = 32
- 
        DEFAULT_MAX_MEM = 1024 * 1024
- 
        DEFAULT_MAX_MEMFRAC = 0.5
- 
        DEFAULT_MAX_TIME = 0.2
- 
        DEFAULT_SALT_SIZE = 8
32
      1024 * 1024
      0.5
      0.2
      8