FhenixProtocol / fheos

FheOS is a modular layer that allows the blockchain to execute encrypted computations powered by FHE
Other
16 stars 9 forks source link

Security zones field #116

Closed eshelB closed 1 month ago

eshelB commented 1 month ago

better data formatting of security zones: having a separate field specifying it instead of it being the first byte of the encrypted input. This made it easier for fhenixjs to also support local key encryption without making the api different based on whether keys are network or local.

temporarily uses fhenixjs version of github until one is published. ~Note: I initially wanted to use the fhenixjs that also merges the new rollup stuff but that caused issues with the wasm file not being recognized as esm...~ fixed, uses new rollup version of fhenix.js

fhenixjs PR monday: https://fhenix.monday.com/boards/1216577959/views/4451803/pulses/1556123755 warp-drive: PR