On 2023-04-18 16:43, Robert Moskowitz wrote:
cSHAKE is a variant of SHA3 defined in NIST SP800-185.  This is different from SHAKE defined in FIPS-202.

I use cSHAKE in a number of my IETF standards (e.g. rfc9374).  I would like to be able to have a decent way to perform cSHAKE in a python script, but it does not seem to exist.  OpenSSL supports SHAKE but not cSHAKE (it seems).

Does anyone have experience/knowledge of how to get a cSHAKE function call on Fedora in python?

It looks like the package "python3-pycryptodomex" might have you want.
https://pycryptodome.readthedocs.io/en/v3.15.0/src/introduction.html
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to