You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haskell cardano-base uses two versions of VRF: draft ver3 and draft ver13. Here we have draft ver3 and ver10+. We need to add ver13 compliant with what is in cardano-base. we also need to add test vectors for both ver3 and ver13 previously checked/generated in cardano-base vrf.
Task decomposition:
Analyze draft/standard/cardano-base repo/vrf repo and understand the nature of mismatch (haskell complies with ver13 through libsodium ver13 draft bindings, Rust with ver10+ with unstustainable hacks)
Haskell cardano-base uses two versions of VRF: draft ver3 and draft ver13. Here we have draft ver3 and ver10+. We need to add ver13 compliant with what is in cardano-base. we also need to add test vectors for both ver3 and ver13 previously checked/generated in cardano-base vrf.
Task decomposition:
--> Adding test vectors and golden tests from the standard for both versions of VRF IntersectMBO/cardano-base#519
--> Add GitHub CI checks #4
---> Add test vectors for Praos (ver03) #3
The text was updated successfully, but these errors were encountered: