Skip to content

Commit

Permalink
mastic: Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Jan 16, 2025
1 parent 98bc828 commit 386d288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vdaf/mastic.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 386d288

Please sign in to comment.