From 386d288054713e6a1973cb8368921f5b5aa95350 Mon Sep 17 00:00:00 2001 From: Christopher Patton Date: Mon, 13 Jan 2025 13:11:09 -0800 Subject: [PATCH] mastic: Update reference --- src/vdaf/mastic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vdaf/mastic.rs b/src/vdaf/mastic.rs index 3819d077..b1048cd1 100644 --- a/src/vdaf/mastic.rs +++ b/src/vdaf/mastic.rs @@ -1,8 +1,8 @@ // SPDX-License-Identifier: MPL-2.0 -//! Implementation of Mastic as specified in [[draft-mouris-cfrg-mastic-01]]. +//! Implementation of Mastic as specified in [[draft-mouris-cfrg-mastic-04]]. //! -//! [draft-mouris-cfrg-mastic-01]: https://www.ietf.org/archive/id/draft-mouris-cfrg-mastic-01.html +//! [draft-mouris-cfrg-mastic-04]: https://www.ietf.org/archive/id/draft-mouris-cfrg-mastic-04.html use crate::{ bt::BinaryTree,