Mercurial > hgrepos > Python > apps > py-cutils
comparison shasum.py @ 122:1e5127028254
Move the real computation of digests from files and streams into dedicated submodule cutils.util.digest
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 01 Jan 2025 18:57:25 +0100 |
| parents | dd4fe912d7e9 |
| children | 48430941c18c |
comparison
equal
deleted
inserted
replaced
| 121:2dc26a2f3d1c | 122:1e5127028254 |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2020-2024 Franz Glasner | 3 # :Copyright: (c) 2020-2025 Franz Glasner |
| 4 # :License: BSD-3-Clause | 4 # :License: BSD-3-Clause |
| 5 # :- | 5 # :- |
| 6 r"""Pure Python implementation of `shasum`. | 6 r"""Pure Python implementation of `shasum`. |
| 7 | 7 |
| 8 """ | 8 """ |
