On Monday, February 11th StackFault muttered...
What are the available integrity algorithms available on the different platforms like Amiga, Commodore, etc?
I am thinking at implementing some kind of handshake validation and I woyuld like to know what is available.
It depends -- what are you trying to achieve exactly? Algorithms are "available" wherever you code them =p
You mention 'integrity', then a bit later 'handshake validation', so I'm not sure what you're after? Message Authentication (MAC)? Data checksums? Some sort
of encryption?
The issue on older platforms is going to be CPU power, and of course availability of libraries (assuming you don't want to write stuff yourself). Older systems are going to have a very hard time (CPU issue) computing secure hashes. Even a checksum of >= 16-bit can be a bit much for some systems especially if it needs to happen often & timely.
--- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
* Origin: Xibalba -+- xibalba.l33t.codes:44510 (10:101/9)