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

Removed length from the csprng API. #14

Closed juwhan-k closed 6 months ago

juwhan-k commented 6 months ago

Removed redundant function parameters. Now, randbytes, randint, and discrete_gaussian are less versatile but more robust.

hanyul-ryu commented 6 months ago

close