From f0bec9c3efe7f6def1b9b4ae53f0278e7cfbadba Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 29 Oct 2013 13:35:57 -0700 Subject: Remove removed methods from docs --- docs/hazmat/primitives/padding.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/hazmat/primitives/padding.rst') 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 -- cgit v1.2.3