You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize FheSplit to not use bubble algorithm and instead the client ommits zeroes at the beginning and the end of the strings. This is doable since we can’t chain algorithms after a split operation.
The text was updated successfully, but these errors were encountered:
Optimize
FheSplit
to not use bubble algorithm and instead the client ommits zeroes at the beginning and the end of the strings. This is doable since we can’t chain algorithms after a split operation.The text was updated successfully, but these errors were encountered: