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

Refactor fheos state & storage - ciphertexts are no longer stored for… #85

Closed Cashmaney closed 4 months ago

Cashmaney commented 4 months ago

…ever. They should now be stored in the filesystem/disk db only if they need to be persisted. For ephemeral ciphertexts memorydb will be used which should hopefully also increase performance a bit.