Dear Mike, > I've implement AES on PicoLisp. Pure brutality and limits:
Great news! I had a quick look at the files. I'm sure they can run on the Mizar32 embedded computer out-of-the-box. I'll post again when I have the chance to run it :) It's interesting - we have the FATFS on Mizar32. File I/O possible too! It would be great to enhance it for decryption. R On 7 December 2015 at 14:11, Mike Pechkin <[email protected]> wrote: > hi, > > I've implement AES on PicoLisp. > Pure brutality and limits: > o) AES128 only > o) no decryption (boring after all this) > o) less GC mess > o) no ECB-CBC modes > o) key length only 128 bits > Works, tests passed. > > > https://bitbucket.org/mihailp/tankfeeder/src/7e40db44e61e72db4a7f172a0434fadd323a8e78/crypto/?at=default > > Next will be SHA3 and Curve25519. > > p.s. If you have something real fun to implement let me know. > > Mike > >
