further update and rename files

Change-Id: Ie664c5b9e5a764b8706d21cc85b9cec8755dc380
diff --git a/src/ca-module.cpp b/src/ca-module.cpp
index a6b0f7d..f2e825a 100644
--- a/src/ca-module.cpp
+++ b/src/ca-module.cpp
@@ -19,14 +19,14 @@
  */
 
 #include "ca-module.hpp"
-#include "detail/enc-tlv.hpp"
+#include "protocol-detail/crypto-helper.hpp"
 #include "identity-challenge/challenge-module.hpp"
 #include "name-assignments/assignment-funcs.hpp"
-#include "detail/challenge-encoder.hpp"
-#include "detail/error-encoder.hpp"
-#include "detail/info-encoder.hpp"
-#include "detail/new-renew-revoke-encoder.hpp"
-#include "detail/probe-encoder.hpp"
+#include "protocol-detail/challenge-encoder.hpp"
+#include "protocol-detail/error-encoder.hpp"
+#include "protocol-detail/info-encoder.hpp"
+#include "protocol-detail/new-renew-revoke-encoder.hpp"
+#include "protocol-detail/probe-encoder.hpp"
 #include <ndn-cxx/metadata-object.hpp>
 #include <ndn-cxx/security/signing-helpers.hpp>
 #include <ndn-cxx/security/verification-helpers.hpp>