
March 29, 2021
6:16 p.m.
On Mon, 29 Mar 2021 at 17:40, Theallredman via Python-Dev <python-dev@python.org> wrote:
So going back to my actual question SHA224 is disallowed in record files because it's bit length is less then 256?
It doesn't look like it's ever been excluded. The only explicit exclusions are MD5 and SHA1 as you point out. Do you have a particular reason to want to use SHA224? Pretty much everyone is using SHA256, as far as I know. Paul