chiark / gitweb /
catacomb/__init__.py: Add `KeySZ.pad' method.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 Nov 2018 00:13:12 +0000 (00:13 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:46:49 +0000 (11:46 +0100)
commitdfb915d33e3733296899366ee27ba1344743c3e5
treeb64790e15eb97ad176a79f10422e91b322fe5f88
parentc41d03718b8dc50076405c3d0f3136cfaa1cb21b
catacomb/__init__.py: Add `KeySZ.pad' method.

This is the converse of `best': choose the smallest acceptable size
larger than some given value.
catacomb/__init__.py