Documentation should state `signed` instead of `unsigned` for `FheIntX`
matthiasgeihs opened this issue · 1 comments
matthiasgeihs commented
Was just going through the docs.rs
of tfhe-rs
and noticed that types FheIntX
are described as unsigned integer type
.
https://docs.rs/tfhe/0.4.1/tfhe/ (e.g., for FheInt8
it states "An unsigned integer type with8bits")
This should be signed integer type
?
Here is the relevant code location:
IceTDrinker commented
Hello @matthiasgeihs likely a typo/error with copy pasting some docstring code, we'll take a look, thanks for the report !