Release Name: 1.1
Notes:
This is ruby-aes full source (svn export) release 1.1
7 versions are provided:
- normal (pure ruby implementation of Rijndael specifications)
- optimized (some optimizations from "normal" code)
- table1 (adapted from the C source, using pre computed tables)
- table2 (more pre computed values)
- unroll1 (same as "table1" but with loops unrolled)
- unroll2 (same as "table2" but with loops unrolled)
- cext (C extension based on "unroll2" for maximum speed)
For further informations, see README file.
Changes:
1.1
2008-01-05
* Fixed padding problem (bug #15885)
* Fixed encrypt/decrypt stream
|