The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Crypt-Salsa20 version 0.01, released July 20, 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.01 of Crypt-Salsa20:
    (See the file "Changes" for the full revision history.)

	- Initial release



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.