Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
cb255bbc
Commit
cb255bbc
authored
11 years ago
by
Paul Kehrer
Browse files
Options
Downloads
Plain Diff
Merge pull request
#81
from alex/doc8
Use doc8 to style check our docs and fix the voilations
parents
6656b144
92f93977
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/api/hash.rst
+8
-8
8 additions, 8 deletions
docs/api/hash.rst
docs/signing.rst
+7
-6
7 additions, 6 deletions
docs/signing.rst
tox.ini
+2
-0
2 additions, 0 deletions
tox.ini
with
17 additions
and
14 deletions
docs/api/hash.rst
+
8
−
8
View file @
cb255bbc
This diff is collapsed.
Click to expand it.
docs/signing.rst
+
7
−
6
View file @
cb255bbc
...
...
@@ -3,11 +3,11 @@ Digital Signatures
.. currentmodule:: nacl.signing
You can use a digital signature for many of the same reasons that you might
sign
a paper document. A valid digital signature gives a recipient reason to
believe
that the message was created by a known sender such that they cannot
deny sending
it (authentication and non-repudiation) and that the message was
not altered in
transit (integrity).
You can use a digital signature for many of the same reasons that you might
sign
a paper document. A valid digital signature gives a recipient reason to
believe
that the message was created by a known sender such that they cannot
deny sending
it (authentication and non-repudiation) and that the message was
not altered in
transit (integrity).
Digital signatures allow you to publish a public key, and then you can use your
private signing key to sign messages. Others who have your public key can then
...
...
@@ -204,5 +204,6 @@ Algorithm
:k: Ed25519 private key (passed into :class:`~nacl.signing.SigningKey`)
:A: Ed25519 public key derived from k
:M: message to be signed
:R: a deterministic nonce value calculated from a combination of private key data RH and the message M
:R: a deterministic nonce value calculated from a combination of private key
data RH and the message M
:S: Ed25519 signature
This diff is collapsed.
Click to expand it.
tox.ini
+
2
−
0
View file @
cb255bbc
...
...
@@ -12,6 +12,7 @@ commands =
[testenv:docs]
deps
=
doc8
sphinx
sphinx_rtd_theme
basepython
=
python2.7
...
...
@@ -19,6 +20,7 @@ commands =
sphinx-build
-W
-b
html
-d
{envtmpdir}/doctrees
docs
docs/_build/html
sphinx-build
-W
-b
doctest
-d
{envtmpdir}/doctrees
docs
docs/_build/html
sphinx-build
-W
-b
linkcheck
docs
docs/_build/html
doc8
README.rst
docs/
[testenv:meta]
deps
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment