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
Sha3.HashCore starts with a call to Initialize. As far as I understand, HashCore should not constantly reset the state if the implementation involves multiple calls to HashAlgorithm.TransformBlock. Or is there perhaps another way to pass data in portions?