TheYangCode
Results
2
issues of
TheYangCode
``` import "hashes/sha256/sha256Padded" as sha256; def main(u8[7417]input) ->u32[8]{ u32[8] hash = sha256(input); return hash; } ``` The above is my code, but it always gets killed during compilation. Is it...
**Describe the bug** I strictly followed the Hyperledger Cactus Build Instructions process, but I consistently cannot compile successfully at the end. I am unclear about the issue. My environment details...
bug