Skip to content

Commit

Permalink
Add "an"
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 16, 2024
1 parent c8143d5 commit 606e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-aegis-aead.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Primitives:
- `a & b`: the bitwise AND operation between `a` and `b`.
- `a || b`: the concatenation of `a` and `b`.
- `a mod b`: the remainder of the Euclidean division between `a` as the dividend and `b` as the divisor.
- `LE64(x)`: the little-endian encoding of unsigned 64-bit integer `x`.
- `LE64(x)`: the little-endian encoding of an unsigned 64-bit integer `x`.
- `ZeroPad(x, n)`: padding operation. Trailing zeros are concatenated to `x` until the total length is a multiple of `n` bits.
- `Truncate(x, n)`: truncation operation. The first `n` bits of `x` are kept.
- `Split(x, n)`: splitting operation. `x` is split into `n`-bit blocks, ignoring partial blocks.
Expand Down

0 comments on commit 606e9cc

Please sign in to comment.