We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2d6e5 commit 940a332Copy full SHA for 940a332
1 file changed
crates/whir/src/config.rs
@@ -495,7 +495,7 @@ impl SecurityAssumption {
495
Self::UniqueDecoding => (log_degree + log_inv_rate) as f64,
496
497
Self::JohnsonBound => {
498
- // From Theorem 1.5 in [BCSS25] "On Proximity Gaps for Reed-Solomon Codes":
+ // From Theorem 1.5 in [BCSS25](https://eprint.iacr.org/2025/2055.pdf) "On Proximity Gaps for Reed-Solomon Codes":
499
let eta = 2_f64.powf(log_eta);
500
let rho = 1. / f64::from(1 << log_inv_rate);
501
let rho_sqrt = rho.sqrt();
0 commit comments