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
Here seems to be a little error.
brun '(i (= (sha256 2) (q . 0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824)) (c (q . 51) (c 5 (c (q . 100) ()))) (q . "wrong password"))' '("hello" 0xdeadbeef)' evaluates to (51 0xdeadbeef 100) and not ((51 0xdeadbeef 100)). Later on in the example the additional cons-operator is added
The text was updated successfully, but these errors were encountered:
Here seems to be a little error.
brun '(i (= (sha256 2) (q . 0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824)) (c (q . 51) (c 5 (c (q . 100) ()))) (q . "wrong password"))' '("hello" 0xdeadbeef)' evaluates to (51 0xdeadbeef 100) and not ((51 0xdeadbeef 100)). Later on in the example the additional cons-operator is added
The text was updated successfully, but these errors were encountered: