Skip to content

Commit

Permalink
code size -> size
Browse files Browse the repository at this point in the history
This property can also reduce memory requirements in software
implementations, as well as the area size of hardware
implementations, so maybe we shouldn't be too specific.
  • Loading branch information
jedisct1 committed Dec 6, 2024
1 parent 0281032 commit f2a8002
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 @@ -1549,7 +1549,7 @@ return tag

## Implementation Considerations

AEGIS-128X and AEGIS-256X with a degree of `1` are identical to AEGIS-128L and AEGIS-256. This property can be used to reduce the code size of a generic implementation.
AEGIS-128X and AEGIS-256X with a degree of `1` are identical to AEGIS-128L and AEGIS-256. This property can be used to reduce the size of a generic implementation.

In AEGIS-128X, `V` can be represented as eight 256-bit registers (when `D = 2`) or eight 512-bit registers (when `D = 4`). In AEGIS-256X, `V` can be represented as six 256-bit registers (when `D = 2`) or six 512-bit registers (when `D = 4`). With this representation, loops over `0..D` in the above pseudocode can be replaced by vector instructions.

Expand Down

0 comments on commit f2a8002

Please sign in to comment.