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>
Mon, 25 Nov 2019 17:40:42 +0000 (17:40 +0000)
commitcc2159a380559fed48edac4c2ec6f749a963c5c2
treee650637d703e331c33129b14175be1057b5baedf
parentabd81af6e486e208def0deb56fef7e4eb82b24d5
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