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/7e40db44e61e72db4a7f172a0434fadd323a8e78/crypto/?at=default

Cool! The code looks good! (I haven't checked the algorithm, though)
♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


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 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





AES on PicoLisp

2015-12-07 Thread Mike Pechkin
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


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 possible too! It would be great to enhance it for
decryption.

R

On 7 December 2015 at 14:11, Mike Pechkin <mike.pech...@gmail.com> 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
>
>