After attempting to use an FheUint8
as a std::collections::HashMap
key, I see that Eq
, PartialEq
and Hash
aren’t implemented for integer types.
Out of curiosity, is the reason related to security, non-determinism or just design choices?
Thanks!