// //------------------ DOK FILE -------------------------------------------------- +Header core.crypto.pem =pkg core.crypto.pem =title core.crypto.pem =short =desc Documentation in progress... // // //------------------ PROTO ----------------------------------------------------- pemMake +Proto pemMake =type fun a1 Str -> Str =mode function =pkg core.crypto.pem =impl mcy =link =desc // +arg name =type a1 =desc // +arg der =type Str =desc // +arg result =type Str =desc // // //------------------ PROTO ----------------------------------------------------- pemDecode +Proto pemDecode =type fun Str Str -> list [Str Str] =mode function =pkg core.crypto.pem =impl mcy =link =desc // +arg pem =type Str =desc // +arg pwd =type Str =desc // +arg result =type list [Str Str] =desc // // //------------------ PROTO ----------------------------------------------------- pemRead +Proto pemRead =type fun Str -> list [Str list [Str Str] Str] =mode function =pkg core.crypto.pem =impl mcy =link =desc // +arg str =type Str =desc // +arg result =type list [Str list [Str Str] Str] =desc