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
When trying out the procedures of EdDSA Cryptosuite v2020 the test vectors would not verify. Also ran into some inconsistencies with the test vectors.
The private key "privateKeyBase58": "47QbyJEDqmHTzsdg8xzqXD8gqKuLufYRrKWTmB7eAaWHG2EAsQ2GUyqRqWWYT15dGuag52Sf3j4hs2mu7w52mgps" is a 64 byte quantity not a 32 byte quantity as needed for Ed25519.
The "seed_0": "9b937b81322d816cfab9d5a3baacc9b2a5febe4b149f126b3630f93a29527017" quantity corresponds to the private key for the public key given by "publicKeyBase58": "dbDmZLTWuEYYZNHFLKLoRkEX4sZykkSLNQLXvMUyMB1" so I used that in subsequent signature atemps.
Tried both a SHA256 prehash and direct into EdDSA signature algorithm (RFC8032 compliant) but was not able to obtain the hash given as: "proofValue": "z5SpZtDGGz5a89PJbQT2sgbRUiyyAGhhgjcf86aJHfYcfvPjxn6vej5na6kUzmw1jMAR9PJU9mowshQFFdGmDN14D",
What may be the issue?
Best Regards
Greg B.
The text was updated successfully, but these errors were encountered:
When trying out the procedures of EdDSA Cryptosuite v2020 the test vectors would not verify. Also ran into some inconsistencies with the test vectors.
"privateKeyBase58": "47QbyJEDqmHTzsdg8xzqXD8gqKuLufYRrKWTmB7eAaWHG2EAsQ2GUyqRqWWYT15dGuag52Sf3j4hs2mu7w52mgps"
is a 64 byte quantity not a 32 byte quantity as needed for Ed25519."seed_0": "9b937b81322d816cfab9d5a3baacc9b2a5febe4b149f126b3630f93a29527017"
quantity corresponds to the private key for the public key given by"publicKeyBase58": "dbDmZLTWuEYYZNHFLKLoRkEX4sZykkSLNQLXvMUyMB1"
so I used that in subsequent signature atemps."proofValue": "z5SpZtDGGz5a89PJbQT2sgbRUiyyAGhhgjcf86aJHfYcfvPjxn6vej5na6kUzmw1jMAR9PJU9mowshQFFdGmDN14D",
What may be the issue?
Best Regards
Greg B.
The text was updated successfully, but these errors were encountered: