Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-blobdigest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-blobdigest
Commits
cef74025
Commit
cef74025
authored
Feb 05, 2019
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update generated RST
parent
85b841f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
README.rst
README.rst
+10
-11
No files found.
README.rst
View file @
cef74025
...
...
@@ -6,8 +6,6 @@
.. role:: ref(emphasis)
.. _vmod_blobdigest(3):
===============
vmod_blobdigest
===============
...
...
@@ -43,6 +41,7 @@ SYNOPSIS
STRING version()
::
new OBJECT = blobdigest.digest(ENUM hash [, BLOB init], ["TASK"|"TOP"])
...
...
@@ -221,7 +220,7 @@ values:
* ``SHA3_384``
* ``SHA3_512``
.. _
obj_
digest:
.. _
vmod_blobdigest.
digest:
new xdigest = blobdigest.digest(ENUM hash, BLOB init, ENUM scope)
-----------------------------------------------------------------
...
...
@@ -264,7 +263,7 @@ Example::
new sha512 = blobdigest.digest(SHA512, foo.get());
}
.. _
func_
digest.update:
.. _
vmod_blobdigest.
digest.update:
BOOL xdigest.update(BLOB)
-------------------------
...
...
@@ -320,7 +319,7 @@ Example::
call do_backend_error;
}
.. _
func_
digest.final:
.. _
vmod_blobdigest.
digest.final:
BLOB xdigest.final()
--------------------
...
...
@@ -404,7 +403,7 @@ Example::
# Baz-Hash-Base64: base64-encoded SHA3_256 hash of "baz"
# Baz-Hash-Hex: hex-encoded SHA3_256 hash of "bar"
.. _
func_
hash:
.. _
vmod_blobdigest.
hash:
BLOB hash(ENUM hash, BLOB msg)
------------------------------
...
...
@@ -430,7 +429,7 @@ Example::
blobdigest.hash(SHA256,
blob.decode(decoding=BASE64, encoded="Zm9v"));
.. _
obj_
hmac:
.. _
vmod_blobdigest.
hmac:
new xhmac = blobdigest.hmac(ENUM hash, BLOB key)
------------------------------------------------
...
...
@@ -457,7 +456,7 @@ Example::
new hmac = blobdigest.hmac(SHA256, key.get());
}
.. _
func_
hmac.hmac:
.. _
vmod_blobdigest.
hmac.hmac:
BLOB xhmac.hmac(BLOB msg)
-------------------------
...
...
@@ -479,14 +478,14 @@ Example::
return(synth(401));
}
.. _
func_
hmac.hmac_bench:
.. _
vmod_blobdigest.
hmac.hmac_bench:
DURATION xhmac.hmac_bench(INT n, BLOB msg)
------------------------------------------
Run `n` rounds of ``.hmac`` and return the net total duration.
.. _
func_
hmacf:
.. _
vmod_blobdigest.
hmacf:
BLOB hmacf(ENUM hash, BLOB key, BLOB msg)
-----------------------------------------
...
...
@@ -525,7 +524,7 @@ Example::
blob.decode(encoded=
req.http.Msg)));
.. _
func_
version:
.. _
vmod_blobdigest.
version:
STRING version()
----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment