doc(hlapi): fix documentation

This commit is contained in:
Mayeul@Zama
2025-12-03 14:13:25 +01:00
parent e90d976745
commit 54963f2f18

View File

@@ -92,7 +92,7 @@ impl<Id: FheUintId> FheUint<Id> {
}
})
}
/// Generates an encrypted `num_block` blocks unsigned integer
/// Generates an encrypted unsigned integer
/// taken uniformly in `[0, 2^random_bits_count[` using the given seed.
/// The encrypted value is oblivious to the server.
/// It can be useful to make server random generation deterministic.
@@ -273,7 +273,7 @@ impl<Id: FheIntId> FheInt<Id> {
}
})
}
/// Generates an encrypted `num_block` blocks signed integer
/// Generates an encrypted signed integer
/// taken uniformly in `[0, 2^random_bits_count[` using the given seed.
/// The encrypted value is oblivious to the server.
/// It can be useful to make server random generation deterministic.