Crypt-Salsa20 version 0.02, released August 3, 2013


This module implements the Salsa20 encryption algorithm.



INSTALLATION

To install this module, run the following commands:

       perl Makefile.PL
       make
       make test
       make install



DEPENDENCIES

 Package Minimum Version
 ------- ---------------
 perl     5.8.0
 Carp



CHANGES
   Here's what's new in version 0.02 of Crypt-Salsa20:
   (See the file "Changes" for the full revision history.)

       - Improved performance on 32-bit Perl (about 20% faster)
       - Change 00-load.t to indicate 32-bit or 64-bit implementation
       - Add 40-bigtest.t
         (translation of bigtest.c from Salsa20 reference implementation)



COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.