Release Name: 1.0
Notes:
This is ruby-aes full source (svn export) release 0.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:
0.1
2007-07-30
* Initial release: RAA project import
* Added a C extension for speed along the 6 other versions (see README)
* Minor changes in the API
|