TbcPadding
A padder that adds Trailing-Bit-Compliment padding to a block.
This padding pads the block out compliment of the last bit
of the plain text.
Return the name of the algorithm the cipher implements.
public TbcPadding()
add the pad bytes to the passed in block, returning the number of bytes added.
Initialise the padder.