Skip to content
Snippets Groups Projects
Commit 268a5cc1 authored by Nick Johnstone's avatar Nick Johnstone Committed by Thai Duong
Browse files

Fix typo (#50)

parent 6658c6a2
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ two operations: ...@@ -22,7 +22,7 @@ two operations:
ciphertext ciphertext
* `decrypt(ciphertext, associated_data)`, which decrypts the given `ciphertext` * `decrypt(ciphertext, associated_data)`, which decrypts the given `ciphertext`
(using `associated_data` as additional AEAD-input) and returns the resulting (using `associated_data` as additional AEAD-input) and returns the resulting
ciphertext plaintext
Currently Tink already provides primitives for several common crryptographic Currently Tink already provides primitives for several common crryptographic
operations (like symmetric encryption, message authentication codes, digital operations (like symmetric encryption, message authentication codes, digital
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment