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
String functions implemented on FheString instead of ServerKey: The bounty description asks for the string functions to be implemented on the server key type. However, we found it to be more intuitive to have the functions on the FheString type, similar to how regular string functions are available on their string type. (Obviously, this can easily be changed on request.)