PKSigner.update

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void update(ubyte input)
  2. void update(const(ubyte)* input, size_t length)
  3. void update(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input)
  4. void update(Vector!(ubyte, ALLOC) input)
    struct PKSigner
    public
    void
    update
    (
    ALLOC
    )
    (
    auto const ref Vector!(ubyte, ALLOC) input
    )

Meta