log cutils/shasum.py @ 95:fc2dd6afd594

age author description
Thu, 21 Apr 2022 18:52:53 +0200 Franz Glasner Style: canonical global variable and import ordering
Thu, 21 Apr 2022 16:01:19 +0200 Franz Glasner Use "fadvise()" with POSIX_FADV_SEQUENTIAL -- if available
Thu, 21 Apr 2022 09:16:21 +0200 Franz Glasner Allow to control the use of mmap from the command-line
Thu, 21 Apr 2022 01:20:35 +0200 Franz Glasner By default use mmap only for files up to 8MiB in size.
Thu, 21 Apr 2022 00:24:49 +0200 Franz Glasner Support for using the pyblake2 package if native support for BLAKE2 is not available in hashlib.
Thu, 21 Apr 2022 00:09:17 +0200 Franz Glasner Implement support for BLAKE2b-256 (aka BLAKE2-256).
Wed, 20 Apr 2022 23:20:24 +0200 Franz Glasner Make "blake2" an alias of "blake2b"