PGP_encode

  1. string PGP_encode(const(ubyte)* input, size_t length, string label, HashMapRef!(string, string) headers)
  2. string PGP_encode(const(ubyte)* input, size_t length, string type)
    string
    PGP_encode
    (
    const(ubyte)* input
    ,
    size_t length
    ,
    in string type
    )

Parameters

input const(ubyte)*

the input data

length size_t

length of input in bytes

type string

the human-readable label

Meta