diff options
author | jsing <> | 2025-01-22 09:53:16 +0000 |
---|---|---|
committer | jsing <> | 2025-01-22 09:53:16 +0000 |
commit | bd450906a6797685e2415f6b369eaba032238591 (patch) | |
tree | 436e2cdca73589a5b6b9f96145e05c14be5fafb7 /src/lib/libcrypto/dsa/dsa_lib.c | |
parent | 6f44126c7264feafe48bccc5665f7db2a225ecb8 (diff) | |
download | openbsd-bd450906a6797685e2415f6b369eaba032238591.tar.gz openbsd-bd450906a6797685e2415f6b369eaba032238591.tar.bz2 openbsd-bd450906a6797685e2415f6b369eaba032238591.zip |
Expand the SM4_ROUNDS macro.
This macro references variable names that are in the consuming function and
are not actually passed to the macro. Expanding it makes the logic clearer.
If we wanted to reduce code the middle six group of rounds could be
implemented using a for loop (which the compiler can then choose to
unroll).
ok tb@
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_lib.c')
0 files changed, 0 insertions, 0 deletions