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
Precondition: keypair generated not in SDK, for example with command docker run soramitsu/ed25519-keypair, and signature for some message created with the keypair
Current behaviour: signature verification is not successful
Expected behaviour: signature verification is successful
The text was updated successfully, but these errors were encountered:
rkharisov
changed the title
Signatures created by keys generated not in SDK are not verified
Verification of signatures created by keys generated not in SDK are not successful
Sep 16, 2021
Found out what keys created by docker run soramitsu/ed25519-keypair are not compatible with Iroha2 and signature is not verified. Look's like keypair generation mechanism is differ then expected by SDK and Iroha2. Therefore SDK works as expected and no changes required
P.S. Internally image soramitsu/ed25519-keypair run script derived from this repository
P.P.S For proper keypair generation possible to use this command docker run hyperledger/iroha2:crypto-cli-dev
Precondition: keypair generated not in SDK, for example with command
docker run soramitsu/ed25519-keypair
, and signature for some message created with the keypairCurrent behaviour: signature verification is not successful
Expected behaviour: signature verification is successful
The text was updated successfully, but these errors were encountered: