If you are running a 64-bit build of perl, or one that has 64-bit integer math, then you could do the following:
use Digest::xxHash64 qw[ xxHash64 ]; use Mime::Base64; my $data = ...; ## from wherever my $xxH64B64 = encode_base64( pack 'Q', xxHash64( $data ) );
In reply to Re: xxHash Base64
by BrowserUk
in thread xxHash Base64
by timtowtdi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |