tlsfuzzer / python-ecdsa

pure-python ECDSA signature/verification and ECDH key agreement
Other
914 stars 315 forks source link

remove `hmac_compat` #316

Open tomato42 opened 1 year ago

tomato42 commented 1 year ago

Since both 2.6 and 3.6 accept the same data types into hmac, the compat function hmac_compat is no longer needed, we should remove it.