diff options
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/padding.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index 1ad2bb83..4b05acd1 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst @@ -37,16 +37,6 @@ multiple of the block size. :param block_size: The size of the block in bits that the data is being padded to. - .. method:: pad(data) - - :param data: The data that should be padded. - :rtype bytes: The padded data. - - .. method:: unpad(data) - - :param data: The data that should be unpadded. - :rtype bytes: The unpadded data. - .. method:: padder() :returns: A padding |