diff options
Diffstat (limited to 'src/lib/libcrypto/aes/asm/bsaes-x86_64.pl')
-rw-r--r-- | src/lib/libcrypto/aes/asm/bsaes-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl b/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl index 41b90f0844..14dc2c02e7 100644 --- a/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl +++ b/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl | |||
@@ -20,7 +20,7 @@ | |||
20 | # - code was made position-independent; | 20 | # - code was made position-independent; |
21 | # - rounds were folded into a loop resulting in >5x size reduction | 21 | # - rounds were folded into a loop resulting in >5x size reduction |
22 | # from 12.5KB to 2.2KB; | 22 | # from 12.5KB to 2.2KB; |
23 | # - above was possibile thanks to mixcolumns() modification that | 23 | # - above was possible thanks to mixcolumns() modification that |
24 | # allowed to feed its output back to aesenc[last], this was | 24 | # allowed to feed its output back to aesenc[last], this was |
25 | # achieved at cost of two additional inter-registers moves; | 25 | # achieved at cost of two additional inter-registers moves; |
26 | # - some instruction reordering and interleaving; | 26 | # - some instruction reordering and interleaving; |