Xor-el / CryptoLib4Pascal

Crypto for Modern Object Pascal
MIT License
209 stars 63 forks source link

Cannot compile - HlpBlake2B.pas #17

Closed ertankucukoglu closed 4 years ago

ertankucukoglu commented 4 years ago

Delphi 10.3.3, target Win32, very latest sources from git.

I have following in my uses. Not sure which unit actually triggers, so putting all my uses here.

uses
  ClpIBufferedCipher,
  ClpCipherUtilities,
  ClpIParametersWithIV,
  ClpParametersWithIV,
  ClpParameterUtilities,
  ClpEncoders;

No code needed, just try to compile and you will get [dcc32 Fatal Error] HlpBlake2B.pas(13): F2613 Unit 'HlpIBlake2BParams' not found.

I remember (might be mistaken) that not found file is removed sometime back.

Thanks.

ertankucukoglu commented 4 years ago

It seems files folders are changed. After fixing my library path everything works again.

Thanks.