Skip to content

Commit 940a332

Browse files
committed
missing link
1 parent 4d2d6e5 commit 940a332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/whir/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ impl SecurityAssumption {
495495
Self::UniqueDecoding => (log_degree + log_inv_rate) as f64,
496496

497497
Self::JohnsonBound => {
498-
// From Theorem 1.5 in [BCSS25] "On Proximity Gaps for Reed-Solomon Codes":
498+
// From Theorem 1.5 in [BCSS25](https://eprint.iacr.org/2025/2055.pdf) "On Proximity Gaps for Reed-Solomon Codes":
499499
let eta = 2_f64.powf(log_eta);
500500
let rho = 1. / f64::from(1 << log_inv_rate);
501501
let rho_sqrt = rho.sqrt();

0 commit comments

Comments
 (0)