I needed an encryption algorithm for my current project for registry entries and also to add encryption to a database, normally I would just choose BlowFish which is a fairly good one but I decided to switch it up this time. Anyway, here is the AES Rjindael encryption algorithm for GoAsm, it was originally written by WiteG I think, I have lost the original file in the mess that is my backups.
The algortihm encrypts or decrypts 16 byte blocks, it can use either dynamically generated or a static sboxes.
Donkey
[attachment deleted by admin]
Thank you Donkey and WiteG of course :U