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
Increase the performance of comparing signatures by comparing larger types than char (i.e. if the Signature consists of 32 bytes, then compare using one int instead of 4 bytes).
Note: Probably test if this is even an optimization first