Skip to content

Commit

Permalink
doc(integer): fix typo in shl doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Jul 24, 2024
1 parent 91f05b0 commit 1a945b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/src/integer/server_key/radix/shift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl ServerKey {
///
/// let ct1 = cks.encrypt(msg);
///
/// // Compute homomorphically a right shift:
/// // Compute homomorphically a left shift:
/// let ct_res = sks.unchecked_scalar_left_shift(&ct1, shift);
///
/// // Decrypt:
Expand Down

0 comments on commit 1a945b6

Please sign in to comment.