New submission from Christian Heimes <li...@cheimes.de>:

Recent OpenSSL comes with SHA3. Now that Python is going to drop support for 
old OpenSSL, we can consider to use OpenSSL's SHA3 and drop the reference 
implementation from Python.

For variable length SHAKE API, OpenSSL added EVP_MD_CTRL_XOF_LEN and 
EVP_DigestFinalXOF().

----------
assignee: christian.heimes
components: Extension Modules
messages: 348165
nosy: christian.heimes, gregory.p.smith
priority: normal
severity: normal
status: open
title: Investigate replacing SHA3 code with OpenSSL
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37630>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to