PKSigner.update

Add a message part.

  1. void update(ubyte input)
  2. void update(const(ubyte)* input, size_t length)
    struct PKSigner
    void
    update
    (
    const(ubyte)* input
    ,
    size_t length
    )
  3. void update(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input)
  4. void update(Vector!(ubyte, ALLOC) input)

Parameters

input const(ubyte)*

the message part to add as a ubyte array

length size_t

the length of the above ubyte array

Meta