[ View menu ]

Monthly Archive November, 2007

Multics OS

The source code for the final Multics release is available at MIT
http://web.mit.edu/multics-history/
A good piece of history or nostalgie, depending on who is looking.

A byte-oriented AES-256 implementation

As you may know, I do cryptographic perversions occasionally. Recently I’ve been asked for a compact implementation of AES-256. Code size must be as small as possible, speed is not important and (here is the catch) no assembler. The requesters have tried various public available implementations before, none were fit. So I did mine. It […]