Xor-el / CryptoLib4Pascal

Crypto for Modern Object Pascal
MIT License
211 stars 65 forks source link

the equals method from TECPublicKeyParameters was not called because … #7

Closed lgadina closed 5 years ago

lgadina commented 5 years ago

…it was not declared in the interface

lgadina commented 5 years ago

FreePascal trunk 3.3.1

Xor-el commented 5 years ago

@lgadina , first of all, thanks a lot for the pull request. as regards your error message (the equals method from TECPublicKeyParameters was not called because it was not declared in the interface), I don't get such with the latest trunk of today. can you guide me step by step on how to reproduce the error? Thanks.

Xor-el commented 5 years ago

@lgadina hopefully fixed those issues with the latest commit. can you please check? https://github.com/Xor-el/CryptoLib4Pascal/commit/48a77ce40350dfb8aa5255d723b2d5bac5befd33

Xor-el commented 5 years ago

please reopen if commit https://github.com/Xor-el/CryptoLib4Pascal/commit/48a77ce40350dfb8aa5255d723b2d5bac5befd33 did not fix your issue. Thanks.