From: Mark Wooding Date: Sun, 17 Nov 2019 23:23:41 +0000 (+0000) Subject: catacomb/__init__.py (KeySZRange.pad): Return correct value. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/8fc76cc0e1dea41218fca11b3405183252e7f57f?hp=8fc76cc0e1dea41218fca11b3405183252e7f57f catacomb/__init__.py (KeySZRange.pad): Return correct value. If the input is already a multiple of the modulus, then don't round up to the next one. ---