EOSIO / eosio-swift-ecc

Swift utilities for working with keys, cryptographic signatures, encryption/decryption, etc.
https://eosio.github.io/eosio-swift-ecc
MIT License
11 stars 12 forks source link

KeySigningError: Unable to find recid for... #76

Closed Mattijah closed 4 years ago

Mattijah commented 4 years ago

It seems like the same fix as done here https://github.com/EOSIO/eosio-swift-ecc/commit/3d050c5d2098361a98d8a2e34478b5d2e72a477c by @opi-smccoole must also be implemented for the 2nd variation: EccRecoverKey:recoverPublicKey(signatureDer, message, recid, curve) which is used in the EccRecoverKey:recid to compare the keys.

opi-smccoole commented 4 years ago

This is fixed in the v0.3.0 release.