Crypt-Salsa20 version 0.03, released January 25, 2014
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.03 of Crypt-Salsa20:
(See the file "Changes" for the full revision history.)
- Minor documentation improvements
- No functional changes
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.