3.6.5 Document origin of vectors

This commit is contained in:
Luke Parker 2023-02-28 23:23:22 -05:00
parent 6a15b21949
commit 62b3036cbd
No known key found for this signature in database

View file

@ -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<serde_json::Value> for Vectors {
fn from(value: serde_json::Value) -> Vectors {