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
One month ago, you commited decoder.go and moved computedDigest := ksd.md.Sum(nil) in Decode function to after actualDigest, err := ksd.readBytes(uint32(ksd.md.Size()))
The Decode function returns "got invalid digest" error every time after that.
The reason of error is containing digest at last of file for calculating digest.
Please re-check it.
Thank you.
The text was updated successfully, but these errors were encountered:
One month ago, you commited decoder.go and moved
computedDigest := ksd.md.Sum(nil)
inDecode
function to afteractualDigest, err := ksd.readBytes(uint32(ksd.md.Size()))
The
Decode
function returns "got invalid digest" error every time after that.The reason of error is containing digest at last of file for calculating digest.
Please re-check it.
Thank you.
The text was updated successfully, but these errors were encountered: