Skip to content

Commit

Permalink
fix(core): fix doctest comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeul-zama committed Mar 21, 2024
1 parent edf41b5 commit 2bf23ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ use dyn_stack::{PodStack, SizeOverflow, StackReq};
/// let pbs_multiplication_plaintext: Plaintext<u64> =
/// decrypt_lwe_ciphertext(&big_lwe_sk, &pbs_multiplication_ct);
///
/// /// // Create a SignedDecomposer to perform the rounding of the decrypted plaintext
/// // Create a SignedDecomposer to perform the rounding of the decrypted plaintext
/// // We pass a DecompositionBaseLog of 5 and a DecompositionLevelCount of 1 indicating we want to
/// // round the 5 MSB, 1 bit of padding plus our 4 bits of message
/// let signed_decomposer =
Expand Down Expand Up @@ -632,7 +632,7 @@ pub fn cmux_assign<Scalar, Cont0, Cont1, GgswCont>(
/// &mut encryption_generator,
/// );
///
/// /// // Create the plaintext
/// // Create the plaintext
/// let msg_ggsw_1 = Plaintext(1u64);
///
/// // Create a new GgswCiphertext
Expand Down

0 comments on commit 2bf23ae

Please sign in to comment.