Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.81k stars 502 forks source link

Fix documentation of Crypto.Hash.CMAC.CMAC.hexverify #776

Closed Emojigit closed 9 months ago

Emojigit commented 11 months ago

The old documentation said the hexverify function is "returning the printable MAC tag". However, it verifies the message with the printable MAC tag. This PR fixes this documentation issue.

I am unfamiliar with this repository's workflow, but this PR should not require any code checking as a documentation fix without any code modifications. This PR is ready for review.

Legrandin commented 9 months ago

Thanks!