WrapperMac.put

update the MAC with a single byte.

  1. void put(ubyte input)
    class WrapperMac(T)
    @safe nothrow
    void
    put
    (
    ubyte input
    )
    if ()
  2. void put(ubyte[] input)

Parameters

input ubyte

the input byte to be entered.

Meta