]> Dogcows Code - chaz/p5-File-KDBX-XS/commit
Version 0.900 dist
authorCharles McGarvey <ccm@cpan.org>
Sun, 1 May 2022 01:41:53 +0000 (19:41 -0600)
committerCharles McGarvey <ccm@cpan.org>
Sun, 1 May 2022 01:41:53 +0000 (19:41 -0600)
commitbd555cf59bfd563366bd9e30c72f8101a4897940
treec90ed9ffe955a9553de5a42f22a73efd6bc46995
Version 0.900
49 files changed:
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.json [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
XS.xs [new file with mode: 0644]
eg/benchmark.pl [new file with mode: 0755]
lib/File/KDBX/XS.pm [new file with mode: 0644]
libtomcrypt/LICENSE [new file with mode: 0644]
libtomcrypt/Makefile [new file with mode: 0644]
libtomcrypt/Makefile.nmake [new file with mode: 0644]
libtomcrypt/README [new file with mode: 0644]
libtomcrypt/src/ciphers/aes/aes.c [new file with mode: 0644]
libtomcrypt/src/ciphers/aes/aes_tab.c [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_argchk.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_cfg.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_cipher.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_custom.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_hash.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_mac.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_macros.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_math.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_misc.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_pk.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_pkcs.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_private.h [new file with mode: 0644]
libtomcrypt/src/headers/tomcrypt_prng.h [new file with mode: 0644]
libtomcrypt/src/misc/compare_testvector.c [new file with mode: 0644]
libtomcrypt/src/misc/crypt/crypt_argchk.c [new file with mode: 0644]
libtomcrypt/src/misc/zeromem.c [new file with mode: 0644]
ppport.h [new file with mode: 0644]
t/00-compile.t [new file with mode: 0644]
t/00-report-prereqs.dd [new file with mode: 0644]
t/00-report-prereqs.t [new file with mode: 0644]
t/kdf-aes.t [new file with mode: 0644]
xt/author/clean-namespaces.t [new file with mode: 0644]
xt/author/critic.t [new file with mode: 0644]
xt/author/distmeta.t [new file with mode: 0644]
xt/author/eol.t [new file with mode: 0644]
xt/author/minimum-version.t [new file with mode: 0644]
xt/author/no-tabs.t [new file with mode: 0644]
xt/author/pod-coverage.t [new file with mode: 0644]
xt/author/pod-no404s.t [new file with mode: 0644]
xt/author/pod-syntax.t [new file with mode: 0644]
xt/author/portability.t [new file with mode: 0644]
xt/release/cpan-changes.t [new file with mode: 0644]
This page took 0.030753 seconds and 4 git commands to generate.