Idris2Doc : Crypto.BCrypt.Types

Crypto.BCrypt.Types

(source)

Definitions

recordWorkFactor : Type
  The bcrypt work factor.

The work factor determines the computational cost of hashing a password.

Each increment approximately doubles the amount of work required to compute and verify a bcrypt hash.

Valid bcrypt work factors are in the range 4 to 31 inclusive.

Values outside this range are handled according to the underlying libbcrypt implementation.

Totality: total
Visibility: public export
Constructor: 
MkWorkFactor : Bits8->WorkFactor

Projection: 
.value : WorkFactor->Bits8

Hints:
EqWorkFactor
OrdWorkFactor
ShowWorkFactor
.value : WorkFactor->Bits8
Visibility: public export
value : WorkFactor->Bits8
Visibility: public export