Skip to content
Snippets Groups Projects
Commit 4c6f9345 authored by tanujdhir's avatar tanujdhir Committed by Copybara-Service
Browse files

Fix a typo.

PiperOrigin-RevId: 266956553
parent 8e6e7c68
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
"""Pre-generated KeyTemplate for Aead.
One can use these templates to generate new tink_pb2.Keyset with
One can use these templates to generate a new tink_pb2.Keyset with
tink_pb2.KeysetHandle. To generate a new keyset that contains a single
aes_eax_pb2.AesEaxKey, one can do:
handle = keyset_handle.KeysetHandle(aead_key_templates.AES128_EAX).
......
......@@ -14,7 +14,7 @@
"""Pre-generated KeyTemplate for DeterministicAead.
One can use these templates to generate new tink_pb2.Keyset with
One can use these templates to generate a new tink_pb2.Keyset with
tink_pb2.KeysetHandle. To generate a new keyset that contains a single
tink_pb2.HmacKey, one can do:
handle = keyset_handle.KeysetHandle(aead_key_templates.AES128_EAX).
......
......@@ -14,7 +14,7 @@
"""Pre-generated KeyTemplate for HybridEncryption.
One can use these templates to generate new tink_pb2.Keyset with
One can use these templates to generate a new tink_pb2.Keyset with
tink_pb2.KeysetHandle. To generate a new keyset that contains a single
tink_pb2.HmacKey, one can do:
handle = keyset_handle.KeysetHandle(mac_key_templates.HMAC_SHA256_128BITTAG).
......
......@@ -14,7 +14,7 @@
"""Pre-generated KeyTemplate for PublicKeySign and PublicKeyVerify.
One can use these templates to generate new tink_pb2.Keyset with
One can use these templates to generate a new tink_pb2.Keyset with
tink_pb2.KeysetHandle. To generate a new keyset that contains a single
EcdsaPrivateKey, one can do:
......
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