Skip to content

Commit

Permalink
Skip Kyber specification sampling tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Oct 11, 2023
1 parent bb66dcf commit e0bdabf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/kyber/src/sampling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ mod tests {

proptest! {
#[test]
#[ignore = "see https://github.com/cryspen/libcrux/issues/112"]
fn uniform_sampler_mean_and_variance(randomness in vec(any::<u8>(), REJECTION_SAMPLING_ATTEMPTS * parameters::REJECTION_SAMPLING_SEED_SIZE)) {
let mut sampled_ring_element = KyberPolynomialRingElement::ZERO;

Expand Down Expand Up @@ -277,6 +278,7 @@ mod tests {
}

#[test]
#[ignore = "see https://github.com/cryspen/libcrux/issues/112"]
fn binomial_sampler_mean_and_variance(
randomness in vec(any::<u8>(), 2 * 2 * 64)
)
Expand Down

0 comments on commit e0bdabf

Please sign in to comment.