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
I've traced my issue to the fact that the right hand side of the formula which becomes a call evaluates to a different result when inside or outside of the function. That appears to be an issue with sha1.call() (and within that, digest) giving a different result. I will try to make a reproducible example and open a new issue for that.
Nevermind, this was an issue where I wasn't setting the attributes correctly.
I just tried to write an sha1.formula method (as mentioned in #23), but I couldn't get the test to work. My attempts were:
Function:
Test:
Edited to add the formula being tested.
The text was updated successfully, but these errors were encountered: