Type Parameters
T: EncryptedInt- The encrypted integer type (u8,u32, oru64)
Arithmetic Methods
add
sub
other from self.
mul
Comparison Methods
ge
self >= other.
gt
self > other.
le
self <= other.
lt
self < other.
eq_enc
self == other.