The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2009-08-14

  • New release. Add Matrix code.
  • All installable perl scripts now go in bin/ where they belong.
  • Make building of XS code depend on perlsubs.c
  • Automated tests by CPAN testers are failing because of different sizes for "unsigned long". A future release will try to determine the correct word size at compile time. Until then, if the system tests fail with code 11 (segfault) on systems with 64-bit native ints, please manually change the type of gf2_u32 to something appropriate and also update the Perl XS functions (and prototypes) to use the same value. Thank you.

Modules

Perl extension for fast Galois Field arithmetic
Matrix operations for fast Galois Field arithmetic