PKSigner.update

Add a message part.

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

Parameters

input RefCounted!(Vector!(ubyte, ALLOC), ALLOC)

the message part to add

Meta