catacomb/__init__.py (KeySZRange.pad): Return correct value.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 17 Nov 2019 23:23:41 +0000 (23:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:11:29 +0000 (15:11 +0000)
commit8fc76cc0e1dea41218fca11b3405183252e7f57f
tree6da03209284129d63864eb111ea018c3bbfbfa6f
parentf77c6b68327aac736a5bb8098ae37df86ae6a5d4
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.
catacomb/__init__.py