Desilo / liberate-fhe

A Fully Homomorphic Encryption (FHE) library for bridging the gap between theory and practice with a focus on performance and accuracy.
https://docs.desilo.ai/
BSD 3-Clause Clear License
104 stars 9 forks source link

Remove length parameter from the csprng API. #13

Closed juwhan-k closed 6 months ago

juwhan-k commented 6 months ago

The length specifies the new length of the target state, i.e., a different polynomial length. That will result in striding of the state tensor and make the contiguous test fail. The length parameter is never used anyway.