Xor-el / CryptoLib4Pascal

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

Using this in RAD Studio 11 #35

Closed mcywinski closed 1 year ago

mcywinski commented 1 year ago

This is black magic to me. How do I use this in RAD Studio 11? I added CryptoLib to "Project -> Options -> Delphi Compiler -> Search Path" and enabled "Link with runtime packages", but I don't know how to start using it in the code. Is there any instruction for this?

Xor-el commented 1 year ago

You can take a look at the samples and tests found in the links below https://github.com/Xor-el/CryptoLib4Pascal/tree/master/CryptoLib.Samples https://github.com/Xor-el/CryptoLib4Pascal/tree/master/CryptoLib.Tests