aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorckl <ckl@google.com>2024-03-15 14:22:30 -0700
committerCopybara-Service <copybara-worker@google.com>2024-03-15 14:23:23 -0700
commit8407ff664d2481b78e18cbe516cc3392a217bb78 (patch)
treea479d87e0335ed3c0fd7bb0d9b510a55f23c002c
parent90d095bf8bbcdf07eeafb8c67e5c5438173221dd (diff)
downloadwycheproof-8407ff664d2481b78e18cbe516cc3392a217bb78.zip
wycheproof-8407ff664d2481b78e18cbe516cc3392a217bb78.tar.gz
wycheproof-8407ff664d2481b78e18cbe516cc3392a217bb78.tar.bz2
Update types.md
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/wycheproof/pull/95 from 0o001:0o001-patch-1 080532d0b11cbda66679e699379fed47165bebac PiperOrigin-RevId: 616242185
-rw-r--r--doc/types.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/types.md b/doc/types.md
index 3cf7c75..eee522a 100644
--- a/doc/types.md
+++ b/doc/types.md
@@ -638,7 +638,7 @@ Fields additional to the fields in TestVector are\:
**name** | **type** | **desc**
-------- | --------------------------------- | -------------------------
key | [HexBytes](formats.md#data-types) | the key
-iv | [HexBytes](formats.md#data-types) | the initailisation vector
+iv | [HexBytes](formats.md#data-types) | the initialization vector
msg | [HexBytes](formats.md#data-types) | the plaintext
tag | [HexBytes](formats.md#data-types) | the authentication tag