Hi Mike Great stuff, thank you for your efforts! That's really cool !
- beneroth ----- Original Message ----- From: Mike Pechkin [mailto:[email protected]] To: [email protected] 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
