From 62b3036cbd3d0fc9d024fde5b377567db6b90d53 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 28 Feb 2023 23:23:22 -0500 Subject: [PATCH] 3.6.5 Document origin of vectors --- crypto/frost/src/tests/vectors.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/frost/src/tests/vectors.rs b/crypto/frost/src/tests/vectors.rs index 7a670f1a..8441d364 100644 --- a/crypto/frost/src/tests/vectors.rs +++ b/crypto/frost/src/tests/vectors.rs @@ -43,6 +43,9 @@ pub struct Vectors { pub sig: String, } +// Vectors are expected to be formatted per the IETF proof of concept +// The included vectors are direcly from +// https://github.com/cfrg/draft-irtf-cfrg-frost/tree/draft-irtf-cfrg-frost-11/poc #[cfg(test)] impl From for Vectors { fn from(value: serde_json::Value) -> Vectors {