File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tfhe/src/high_level_api/integers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ impl<Id: FheUintId> FheUint<Id> {
9292 }
9393 } )
9494 }
95- /// Generates an encrypted `num_block` blocks unsigned integer
95+ /// Generates an encrypted unsigned integer
9696 /// taken uniformly in `[0, 2^random_bits_count[` using the given seed.
9797 /// The encrypted value is oblivious to the server.
9898 /// It can be useful to make server random generation deterministic.
@@ -273,7 +273,7 @@ impl<Id: FheIntId> FheInt<Id> {
273273 }
274274 } )
275275 }
276- /// Generates an encrypted `num_block` blocks signed integer
276+ /// Generates an encrypted signed integer
277277 /// taken uniformly in `[0, 2^random_bits_count[` using the given seed.
278278 /// The encrypted value is oblivious to the server.
279279 /// It can be useful to make server random generation deterministic.
You can’t perform that action at this time.
0 commit comments