Hi,
try this https://github.com/delphi-pascal-archive/Pascal-RSA
пт, 5 апр. 2019 г. в 14:17, José Mejuto :
> El 05/04/2019 a las 13:01, Michael Van Canneyt escribió:
>
> > Maybe DCrypt has the necessary routines, Graeme Geldenhuys maintains a
> > version that works with FPC.
>
> Hello,
>
> Thank
LacaK schrieb am Fr., 5. Apr. 2019, 14:56:
>
>
>>
>> Note that you probably don't need two different cross compilers if your
>> cpu-OS target is the same
>>
>> Target CPU family is same: "arm", but Target processor is not the same:
>> "ARMv4" versus "ARMv7" ...
>>
>> So I do not know if this requ
Note that you probably don't need two different cross compilers
if your cpu-OS target is the same
Target CPU family is same: "arm", but Target processor is not the
same: "ARMv4" versus "ARMv7" ...
So I do not know if this requires two pre-compiled cross-compilers
or
LacaK schrieb am Fr., 5. Apr. 2019, 13:18:
>
>
> Note that you probably don't need two different cross compilers if your
> cpu-OS target is the same
>
> Target CPU family is same: "arm", but Target processor is not the same:
> "ARMv4" versus "ARMv7" ...
>
> So I do not know if this requires two p
Drawback is that I must now maintain 2 FPC
installations/cross-compilers
(Win32-WinCE): one for targer WinCE 5,6 with CPUs ARMv5 and
another for
WinCE 7 with ARMv7 CPU (It is not sufficient to setup build modes in
project ... also all units must be pre-compiled ... at lea
El 05/04/2019 a las 13:01, Michael Van Canneyt escribió:
Maybe DCrypt has the necessary routines, Graeme Geldenhuys maintains a
version that works with FPC.
Hello,
Thank you, I have code from DCrypt but I was looking for something much
more simple which can generate the keys/certificates and
On Fri, 5 Apr 2019, José Mejuto wrote:
Hello,
Is there any public/private key algorithm, pascal only, implemented in
the distribution of fpc ? Degree of security is not important, also a
3rd party unit which does not depends on a DLL or depends on another
software to generate key pairs, or
Hello,
Is there any public/private key algorithm, pascal only, implemented in
the distribution of fpc ? Degree of security is not important, also a
3rd party unit which does not depends on a DLL or depends on another
software to generate key pairs, or other tasks, would be valid too.
Thank y
Hi,
I'm trying to setup Travis CI for GLPT. The build script is:
wget -q
ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip
;
mkdir fpc;
unzip -q -d fpc fpc-3.3.1.i386-win32.zip;
export PATH="$PATH":"$PWD/fpc/bin/i386-win32/";
For a
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
10 matches
Mail list logo