]> Dogcows Code - chaz/p5-File-KDBX-XS/commit
initial commit
authorCharles McGarvey <ccm@cpan.org>
Wed, 30 Mar 2022 01:02:06 +0000 (19:02 -0600)
committerCharles McGarvey <ccm@cpan.org>
Wed, 30 Mar 2022 01:03:36 +0000 (19:03 -0600)
commit8ad7b1d2198ad3bb973655d3626fd56cb5db3072
tree93a43a1632b73425bbf5818b66601ed3f2db1ff2
initial commit
34 files changed:
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
XS.xs [new file with mode: 0644]
dist.ini [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/kdf-aes.t [new file with mode: 0644]
This page took 0.020549 seconds and 4 git commands to generate.