How can I recover compressed y value from sender?
问题 I am working on following scenario: Generate private and public key Generate compressed public key with: PublicKey.AccessGroupParameters().SetPointCompression(true) Sign some data and send to other end with compressed public key. [At other end] verify signature using public key For step 4, I need recover y value. Is there some API I can use among Crypto++? 回答1: For step 4, I need recover y value. Is there some API I can use among Crypto++? During verification, you will load the persisted or