We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the FHE params are hardcoded as events are parsed. This should be abi decoded from the EVM event.
yarn committee:new --e3-params $(bfvpar --moduli 0x123,0x456 --plaintext-modulus 12345678 --degree 4321 --crpgen)
The text was updated successfully, but these errors were encountered:
We have agreed to use the to_bytes() output from BfvParameters in rust as well as abi_encode this with the input validation contract address. See (https://github.com/gnosisguild/enclave/pull/117/files#diff-c0996943128d6619c9ab9289e465025a35ddcf37a505bb5d0ce91476ebe1220fR125). This has some implications for when committees are requested by browser or cli clients written in Typescript without a wasm embed. Our other option would include a wasm embed.
to_bytes()
Sorry, something went wrong.
ryardley
Successfully merging a pull request may close this issue.
Currently the FHE params are hardcoded as events are parsed. This should be abi decoded from the EVM event.
The text was updated successfully, but these errors were encountered: