Idris2Doc : PG

PG

(source)

Definitions

recordPGAuthentication : Type
Totality: total
Visibility: public export
Constructor: 
MkPGAuthentication : LTEn64=>String->VectnBits8-> (VectnBits8->Vect64Bits8) ->PGAuthentication

Projections:
0.n : PGAuthentication->Nat
.password : ({rec:0} : PGAuthentication) ->Vect (n{rec:0}) Bits8
.prf : ({rec:0} : PGAuthentication) ->LTE (n{rec:0}) 64
.userName : PGAuthentication->String
.zeroPadPassword : ({rec:0} : PGAuthentication) ->Vect (n{rec:0}) Bits8->Vect64Bits8
.prf : ({rec:0} : PGAuthentication) ->LTE (n{rec:0}) 64
Visibility: public export
prf : ({rec:0} : PGAuthentication) ->LTE (n{rec:0}) 64
Visibility: public export
.userName : PGAuthentication->String
Visibility: public export
userName : PGAuthentication->String
Visibility: public export
.password : ({rec:0} : PGAuthentication) ->Vect (n{rec:0}) Bits8
Visibility: public export
password : ({rec:0} : PGAuthentication) ->Vect (n{rec:0}) Bits8
Visibility: public export
.zeroPadPassword : ({rec:0} : PGAuthentication) ->Vect (n{rec:0}) Bits8->Vect64Bits8
Visibility: public export
zeroPadPassword : ({rec:0} : PGAuthentication) ->Vect (n{rec:0}) Bits8->Vect64Bits8
Visibility: public export
dataPgErr : Type
Totality: total
Visibility: export
Constructors:
UnexpectedMessage : String->PgErr
SCRAM2Failure : Phase2Err->PgErr
SCRAM3Failure : Phase3Err->PgErr

Hint: 
ShowPgErr
initialPgIter : PGAuthentication->DIterator (ListBits8) (ListBits8) PgInputPgRowsPgErr
Visibility: export