util: rename digest.hpp to sha256.hpp

The new file name matches the Sha256 class included within.

This commit also deletes deprecated crypto.hpp.

refs #3940

Change-Id: Ib9bbcd0ba087b812bb0886ceaea116689d4633f5
diff --git a/src/security/v1/key-chain.cpp b/src/security/v1/key-chain.cpp
index 9efcb4a..8c9a56a 100644
--- a/src/security/v1/key-chain.cpp
+++ b/src/security/v1/key-chain.cpp
@@ -25,7 +25,7 @@
 #include "../signing-helpers.hpp"
 
 #include "../../util/config-file.hpp"
-#include "../../util/digest.hpp"
+#include "../../util/sha256.hpp"
 
 #include "sec-public-info-sqlite3.hpp"