Skip to content

Add constant-time method for verifying MACs

akwizgran requested to merge constant-time-mac-verification into master

This branch adds a constant-time method for verifying MACs, to prevent timing attacks. The existing signature verification method is renamed.

Merge request reports