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
Refactor cleanup method in AcceleratedCryptographicHash to be const
- Updated the cleanup() method to be a const method, ensuring it does not modify the state of the object.
- Made the status member variable mutable to allow modification within const methods.