Re: AES on PicoLisp

2015-12-09 Thread Mike Pechkin
> > 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 :) > ​I can try implement (add) to code something custom and

Re: AES on PicoLisp

2015-12-07 Thread Raman Gopalan
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

Re: AES on PicoLisp

2015-12-07 Thread Alexander Burger
Hi Mike, > 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/7e40db44e61e72db4a7f172

RE: AES on PicoLisp

2015-12-07 Thread andreas
Hi Mike Great stuff, thank you for your efforts! That's really cool ! - beneroth - Original Message - From: Mike Pechkin [mailto:mike.pech...@gmail.com] To: picolisp@software-lab.de Sent: Mon, 7 Dec 2015 15:11:53 +0200 Subject: AES on PicoLisp hi, I've implement AES on PicoLisp. Pure