Skip to content

Commit f6bdbeb

Browse files
committed
Remove input
1 parent 9b79165 commit f6bdbeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-irtf-cfrg-aegis-aead.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Primitives:
345345
- `a & b`: the bitwise AND operation between `a` and `b`.
346346
- `a || b`: the concatenation of `a` and `b`.
347347
- `a mod b`: the remainder of the Euclidean division between `a` as the dividend and `b` as the divisor.
348-
- `LE64(x)`: the little-endian encoding of unsigned 64-bit integer `x`.
348+
- `LE64(x)`: returns the little-endian encoding of unsigned 64-bit integer `x`.
349349
- `ZeroPad(x, n)`: appends zeros to `x` until its length is a multiple of `n` bits. No padding is added if `x` is already a multiple of `n` bits, including when `x` is empty.
350350
- `Truncate(x, n)`: returns the first `n` bits of `x`.
351351
- `Split(x, n)`: returns` x` split into `n`-bit blocks, ignoring partial blocks.
@@ -602,7 +602,7 @@ The `Enc` function encrypts a 256-bit input block `xi` using the state `{S0, ...
602602

603603
Inputs:
604604

605-
- `xi`: the 256-bit input block.
605+
- `xi`: the 256-bit inpur block.
606606

607607
Outputs:
608608

@@ -967,7 +967,7 @@ The `Dec` function decrypts a 128-bit input block `ci` using the state `{S0, ...
967967

968968
Inputs:
969969

970-
- `ci`: the 128-bit encrypted input block.
970+
- `ci`: the 128-bit encrypted block.
971971

972972
Outputs:
973973

0 commit comments

Comments
 (0)