mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
3.6.5 Document origin of vectors
This commit is contained in:
parent
6a15b21949
commit
62b3036cbd
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue