Merge pull request #12168 from RasmusWL/crypto-stdlib-modeling

Python: Add modeling of `hmac`
This commit is contained in:
Rasmus Wriedt Larsen
2023-02-20 09:26:53 +01:00
committed by GitHub
3 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added modeling of cryptographic operations in the `hmac` library.