PKVerifier.update

Add a message part of the message corresponding to the signature to be verified.

  1. void update(ubyte input)
  2. void update(const(ubyte)* input, size_t length)
    struct PKVerifier
    void
    update
    (
    const(ubyte)* input
    ,
    size_t length
    )
  3. void update(Vector!ubyte input)

Parameters

input const(ubyte)*

the new message part as a ubyte array

length size_t

the length of the above ubyte array

Meta