OneAndZerosPadding

One And Zeros Padding

Members

Functions

addPadding
void addPadding(SecureVector!ubyte buffer, size_t last_byte_pos, size_t block_size)
Undocumented in source. Be warned that the author may not have intended to support it.
unpad
size_t unpad(const(ubyte)* block, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
validBlocksize
bool validBlocksize(size_t bs)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BlockCipherModePaddingMethod

addPadding
void addPadding(SecureVector!ubyte buffer, size_t final_block_bytes, size_t block_size)
Undocumented in source.
unpad
size_t unpad(const(ubyte)* block, size_t size)
validBlocksize
bool validBlocksize(size_t block_size)
name
string name [@property getter]

Meta