mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* Fix max key size
This commit is contained in:
parent
15e7dd3d9f
commit
2d1e14f778
@ -107,7 +107,7 @@ ResourceString
|
||||
|
||||
Const
|
||||
N = 64;
|
||||
MaxKeyLen = 128;
|
||||
MaxKeyLen = 528;
|
||||
ORIG_P : TBlowFishPArray = (
|
||||
|
||||
QWord($243F6A8885A308D3),QWord($13198A2E03707344),QWord($A4093822299F31D0),
|
||||
|
Loading…
Reference in New Issue
Block a user