From 59f391f3dc6345c1230cd3727d317387c7939294 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Fri, 18 Aug 2023 21:46:15 -0300 Subject: [PATCH] update spec links --- frost-core/src/frost.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frost-core/src/frost.rs b/frost-core/src/frost.rs index fe9d8a2e..8572a975 100644 --- a/frost-core/src/frost.rs +++ b/frost-core/src/frost.rs @@ -97,7 +97,7 @@ where /// [`compute_binding_factors`] in the spec /// -/// [`compute_binding_factors`]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-10.html#section-4.4 +/// [`compute_binding_factors`]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-14.html#section-4.4 #[cfg_attr(feature = "internals", visibility::make(pub))] pub(crate) fn compute_binding_factor_list( signing_package: &SigningPackage, @@ -323,7 +323,7 @@ where /// /// Implements [`compute_group_commitment`] from the spec. /// -/// [`compute_group_commitment`]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-10.html#section-4.5 +/// [`compute_group_commitment`]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-14.html#section-4.5 #[cfg_attr(feature = "internals", visibility::make(pub))] fn compute_group_commitment( signing_package: &SigningPackage,