From baa727de93db009f90d70a80a9861758a24eae77 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Nov 2019 10:27:59 +0100 Subject: docs: rename documentation folder to docs Signed-off-by: Jo-Philipp Wich --- documentation/api/modules/nixio.CryptoHash.html | 312 ------------------------ 1 file changed, 312 deletions(-) delete mode 100644 documentation/api/modules/nixio.CryptoHash.html (limited to 'documentation/api/modules/nixio.CryptoHash.html') diff --git a/documentation/api/modules/nixio.CryptoHash.html b/documentation/api/modules/nixio.CryptoHash.html deleted file mode 100644 index 7d2f48b1e5..0000000000 --- a/documentation/api/modules/nixio.CryptoHash.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - Reference - - - - - -
- -
- -
-
-
- -
- - - -
- -

Object Instance nixio.CryptoHash

- -

- Cryptographical Hash and HMAC object.

- - - - - - - -

Functions

- - - - - - - - - - - - -
CryptoHash:final () - Finalize the hash and return the digest.
CryptoHash:update (chunk) - Add another chunk of data to be hashed.
- - - - - - -
-
- - -

Functions

-
- - - -
CryptoHash:final ()
-
- - Finalize the hash and return the digest. - - - - - -

Usage:

-You cannot call update on a hash object that was already finalized - you can however call final multiple times to get the digest. - - - -

Return values:

-
    - -
  1. hexdigest - -
  2. buffer containing binary digest - -
- - - -
- - - - -
CryptoHash:update (chunk)
-
- - Add another chunk of data to be hashed. - - -

Parameters

-
    - -
  • - chunk: Chunk of data -
  • - -
- - - - - - -

Return value:

-CryptoHash object (self) - - - -
- - -
- - - - - -
- -
- -
-

Valid XHTML 1.0!

-
- -
- - -- cgit v1.2.3