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
The value of the proofValue property of the proof MUST be an ECDSA signature produced according to [FIPS-186-5] and SHOULD use the deterministic ECDSA signature variant.
If options.type is not set to the string DataIntegrityProof and options.cryptosuite is not set to the string ecdsa-rdfc-2019, then a PROOF_TRANSFORMATION_ERRORMUST be raised.
If the tests are inadequate and do not cover the normative statements, please provide suggestions for how we can effectively test them. @aljones15@BigBlueHat cc: @dlongley
The text was updated successfully, but these errors were encountered:
ecdsa-rdfc-2019:
The value of the
proofValue
property of the proof MUST be an ECDSA signature produced according to [FIPS-186-5] and SHOULD use the deterministic ECDSA signature variant.If
options.type
is not set to the stringDataIntegrityProof
andoptions.cryptosuite
is not set to the stringecdsa-rdfc-2019
, then a PROOF_TRANSFORMATION_ERROR MUST be raised.Set
proofConfig.created
tooptions.created
. If the value is not a valid [XMLSCHEMA11-2] datetime, an INVALID_PROOF_DATETIME error MUST be raised.If the tests are inadequate and do not cover the normative statements, please provide suggestions for how we can effectively test them. @aljones15 @BigBlueHat cc: @dlongley
The text was updated successfully, but these errors were encountered: