Skip to content

Commit

Permalink
Add scalar ops, bitshift, min/max (#130)
Browse files Browse the repository at this point in the history
* feat(tfhe): add support for casting

* feat: add `cast` precompile

* feat(tfhe): add `&`, `|`, `^`, `==`, `>`, `>=`

* feat(precompiles): add missing ops

* feat(precompiles): add tests

* fix: add precompile contract addresses

* fit(precompiles): change precompile order

* feat(tfhe): add scalar ops

* fix(tfhe): add `isValid` for ciphertext types

* fix(tfhe): check type validity

* feat(contracts): add fhe operators

* fix(test): restore deserialize failure test
  • Loading branch information
tremblaythibaultl committed Jun 27, 2023
1 parent 88f7c50 commit c78c376
Show file tree
Hide file tree
Showing 5 changed files with 4,122 additions and 574 deletions.
Loading

0 comments on commit c78c376

Please sign in to comment.