scrypt-for-delphi
scrypt-for-delphi copied to clipboard
Scrypt implementation for Delphi
Results
1
scrypt-for-delphi issues
Sort by
recently updated
recently updated
newest added
The call to `FormatMessage()` can only be compiled with `{$TYPEDADDRESS OFF}`. Otherwise https://github.com/JackTrapper/scrypt-for-delphi/blob/f5d05ba4f735e407dd00cc8a54388b82da2d182d/SCrypt.pas#L430-L438 will result in a compiler error: `[dcc32 Error] SCrypt.pas(438): E2010 Incompatible types: 'PWideChar' and 'Pointer'` (translated from...