]>
Commit | Line | Data |
---|---|---|
5c859103 MG |
1 | Digest-HighwayHash version 0.001001 |
2 | =================================== | |
096619f2 | 3 | |
fc185944 MG |
4 | HighwayHash is a fast and strong keyed hash function, documented at |
5 | https://github.com/google/highwayhash | |
6 | ||
096619f2 MG |
7 | INSTALLATION |
8 | ||
9 | To install this module type the following: | |
10 | ||
11 | perl Makefile.PL | |
12 | make | |
13 | make test | |
14 | make install | |
15 | ||
16 | DEPENDENCIES | |
17 | ||
18 | This module requires these other modules and libraries: | |
19 | ||
20 | * Math::Int64 | |
fb44a513 | 21 | * Test::Exception |
096619f2 MG |
22 | |
23 | COPYRIGHT AND LICENCE | |
24 | ||
25 | Copyright (C) 2018 by Marius Gavrilescu | |
26 | ||
27 | This library is free software; you can redistribute it and/or modify | |
28 | it under the same terms as Perl itself, either Perl version 5.24.1 or, | |
29 | at your option, any later version of Perl 5 you may have available. | |
30 | ||
31 |