You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in hmac module in python performs the initialisation of the HMAC in pure python code. Implement an abstraction layer that uses m2crypto or pyca/cryptography as the concrete implementation. That should speed up handshaking and CBC ciphers a bit.
The text was updated successfully, but these errors were encountered:
The built-in
hmac
module in python performs the initialisation of the HMAC in pure python code. Implement an abstraction layer that uses m2crypto or pyca/cryptography as the concrete implementation. That should speed up handshaking and CBC ciphers a bit.The text was updated successfully, but these errors were encountered: