package File::KDBX::XS; # ABSTRACT: Speed up File::KDBX use warnings; use strict; use XSLoader; our $VERSION = '999.999'; # VERSION XSLoader::load(__PACKAGE__, $VERSION); 1; __END__ =head1 DESCRIPTION This module provides some speed improvement for L. There is no public interface. This distribution contains code from L and L, bundled according to their own licensing terms (which are also permissive). =begin markdown [![Linux](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml) [![macOS](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml) [![Windows](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml) =end markdown =begin HTML =end HTML =func CowREFCNT Get the copy-on-write (COW) reference count of a scalar, or C if the perl does not support scalar COW or if the scalar is not COW. See also L. =for Pod::Coverage kdf_aes_transform_half =cut