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