The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dipki::Compr - Compression utilities.

Compress function

Compress data using zlib compression

Synopsis

  $pt = Dipki::Cipher::Compress($data);

Uncompress function

Uncompress data using zlib compression

Synopsis

  $pt = Dipki::Cipher::Uncompress($data);

AUTHOR

David Ireland, https://www.cryptosys.net/contact/

COPYRIGHT AND LICENSE

Copyright (C) 2022 David Ireland, DI Management Services Pty Limited, https://www.di-mgt.com.au https://www.cryptosys.net. The code in this module is licensed under the terms of the MIT license. For a copy, see http://opensource.org/licenses/MIT