Data-HexConverter

The Data::HexConverter module provides functions to convert between hex strings and binary data.

This modules use SIMD instructions to perform high speed conversions.

Any machine this module is built on should have SSE3 SIMD instructions available.

This is most likely the case for any machine built in the last 10 years that has i5 or later (compatible) processors.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Data::HexConverter

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-HexConverter

    CPAN Ratings
        https://cpanratings.perl.org/d/Data-HexConverter

    Search CPAN
        https://metacpan.org/release/Data-HexConverter


LICENSE AND COPYRIGHT

This software is Copyright (c) 2025 by Jared Still.

This is free software, licensed under the MIT License.


