]> Dogcows Code - chaz/p5-File-KDBX-XS/blobdiff - XS.xs
move functions to the File::KDBX::XS module
[chaz/p5-File-KDBX-XS] / XS.xs
diff --git a/XS.xs b/XS.xs
index e6b7b2266137600cb60dc522486e3b9dfd0d5833..48f3077be972f7cb20ae84028f74780d6e74c51b 100644 (file)
--- 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;
 
This page took 0.02111 seconds and 4 git commands to generate.