Rework LuCI build system
[project/luci.git] / libs / nixio / docsrc / nixio.crypto.lua
diff --git a/libs/nixio/docsrc/nixio.crypto.lua b/libs/nixio/docsrc/nixio.crypto.lua
deleted file mode 100644 (file)
index 158d0fc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- Cryptographical library.
-module "nixio.crypto"
-
---- Create a hash object. 
--- @class function
--- @name nixio.crypto.hash
--- @param algo Algorithm ["sha1", "md5"]
--- @return CryptoHash Object
-
---- Create a HMAC object. 
--- @class function
--- @name nixio.crypto.hmac
--- @param algo Algorithm ["sha1", "md5"]
--- @param key  HMAC-Key
--- @return CryptoHash Object
\ No newline at end of file