Xor-el / CryptoLib4Pascal

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

Keypair generation and sign/verify using ECDSA + sha1 #23

Closed DevTeamNoso closed 3 years ago

DevTeamNoso commented 3 years ago

Im trying to create a function for this jobs for my application. Please, take a look at the question i did in lazarus forums: https://forum.lazarus.freepascal.org/index.php/topic,53228.0.html Thanks in advance.

Xor-el commented 3 years ago

Hi @DevTeamNoso, Attached is a sample that does what you want. ECDSASampleLaz.zip Please close the issue if you are satisfied with the response.

DevTeamNoso commented 3 years ago

Thanks for your quick reply. I will check it and let you know.