Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-tink
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-tink
Commits
70fad1e2
Commit
70fad1e2
authored
5 years ago
by
tanujdhir
Committed by
Copybara-Service
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete stray single quote.
PiperOrigin-RevId: 265895143
parent
1c82e7c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/aead/aead.py
+1
-1
1 addition, 1 deletion
python/aead/aead.py
with
1 addition
and
1 deletion
python/aead/aead.py
+
1
−
1
View file @
70fad1e2
...
...
@@ -52,7 +52,7 @@ class Aead(object):
@abc.abstractmethod
def
decrypt
(
self
,
ciphertext
:
bytes
,
associated_data
:
bytes
)
->
bytes
:
"""
Decrypts ciphertext
'
with associated_data.
"""
Decrypts ciphertext with associated_data.
The decryption verifies the authenticity and integrity of the associated
data, but there are no guarantees with respect to secrecy of that data.
...
...
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