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
In the sip_hash function declarations, the key and data parameters should be declared const so the functions can be called with const arguments without having first to cast away the argument's const attribute.