Variadic 'put' helper function for MACs.
The mac to put the data into.
The data to update the mac with.
ubyte[4] buf; HMac!SHA256 mac; mac.putAll(cast(ubyte) 0x01, buf, buf[0..2]);
See Implementation
Variadic 'put' helper function for MACs.