PKVerifier.update

Add a message part (single ubyte) of the message corresponding to the signature to be verified.

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

Parameters

input ubyte

the ubyte to add

Meta