X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=XS.xs;h=48f3077be972f7cb20ae84028f74780d6e74c51b;hb=4ff04e64706ed5ec9347fbc5c4a9adb6d81a8241;hp=e6b7b2266137600cb60dc522486e3b9dfd0d5833;hpb=dd4b4c4ad1d021d3cba6a46291795542cd5def4a;p=chaz%2Fp5-File-KDBX-XS diff --git a/XS.xs b/XS.xs index e6b7b22..48f3077 100644 --- a/XS.xs +++ b/XS.xs @@ -6,7 +6,7 @@ #include "tomcrypt.h" -MODULE = File::KDBX::XS PACKAGE = File::KDBX::Util +MODULE = File::KDBX::XS PACKAGE = File::KDBX::XS PROTOTYPES: DISABLE @@ -20,12 +20,8 @@ CowREFCNT(SV* sv) OUTPUT: RETVAL -MODULE = File::KDBX::XS PACKAGE = File::KDBX::KDF::AES - -PROTOTYPES: DISABLE - SV* -_transform_half_xs(const char* key, const char* seed, unsigned int rounds) +kdf_aes_transform_half(const char* key, const char* seed, unsigned int rounds) CODE: symmetric_key skey;