zama-ai / fhevm-go

fhevm-go is an open-source library used to easily integrate the fhEVM into an EVM-compatible blockchain.
Other
21 stars 13 forks source link

fix: invalid input to C.u256_from_big_endian_bytes #116

Closed dartdart26 closed 3 months ago

dartdart26 commented 3 months ago

An invalid input in bigIntToU256 was causing a segfault. Also add a test for success and failure due to big inputs.

dartdart26 commented 3 months ago

Not a bug.