
hmac.compare_digest has been available since Python 3.3 [1], so this function is just a redundant wrapper for it in Python 3.x . [1] https://docs.python.org/3/library/hmac.html#hmac.compare_digest Closes-Bug: #2081732 Change-Id: I5203be58cb2aeb3b9d127840fd4b995bfb62fe4c
Team and repository tags
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.utils/latest/
- Source: https://opendev.org/openstack/oslo.utils
- Bugs: https://bugs.launchpad.net/oslo.utils
- Release notes: https://docs.openstack.org/releasenotes/oslo.utils/
Description
Languages
Python
100%