Talk:The ISAAC cipher: Difference between revisions

Content added Content deleted
(→‎Pascal Compiler error(s): errors still here)
Line 27: Line 27:
:and I am using Standard FPC, ie. no extra $defines. It's possible you're in Delphi mode, as you seem to be getting errors in the area of function return parameters. Delphi uses <result := VAR>, standard Pascal uses the name of the function, like <Vernam := VAR>. Please use the most recently amended copy (edited today) and also try the C version. You may have to delve into your fpc.cfg file and check what compile options you have set. --[[User:BlaiseP|BlaiseP]] ([[User talk:BlaiseP|talk]]) 10:58, 23 July 2014 (UTC)
:and I am using Standard FPC, ie. no extra $defines. It's possible you're in Delphi mode, as you seem to be getting errors in the area of function return parameters. Delphi uses <result := VAR>, standard Pascal uses the name of the function, like <Vernam := VAR>. Please use the most recently amended copy (edited today) and also try the C version. You may have to delve into your fpc.cfg file and check what compile options you have set. --[[User:BlaiseP|BlaiseP]] ([[User talk:BlaiseP|talk]]) 10:58, 23 July 2014 (UTC)


::stop press. it works (after restart when the path became active)
::error still here with latest version. fpc command is not known, -- I compile out of the IDE (as shown in the screen shot). Last time I used Pascal was Turbo Pascal about 40 years ago :-( --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 19:18, 23 July 2014 (UTC)
<pre>Message: a Top Secret secret
Key : this is my secret key
XOR : 1C0636190B1260233B35125F1E1D0E2F4C5422
MOD : 734270227D36772A783B4F2A5F206266236978</pre>
--[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 19:50, 23 July 2014 (UTC)