mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 02:58:15 +00:00
Fix typo in comment
This commit is contained in:
parent
9d410733c2
commit
d418b0dcba
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ static inline uint32_t aria_p3( uint32_t x )
|
||||||
* ARIA Affine Transform
|
* ARIA Affine Transform
|
||||||
* (a, b, c, d) = state in/out
|
* (a, b, c, d) = state in/out
|
||||||
*
|
*
|
||||||
* If we denote the first by of input by 0, ..., the last byte by f,
|
* If we denote the first byte of input by 0, ..., the last byte by f,
|
||||||
* then inputs are: a = 0123, b = 4567, c = 89ab, d = cdef.
|
* then inputs are: a = 0123, b = 4567, c = 89ab, d = cdef.
|
||||||
*
|
*
|
||||||
* Reading [1] 2.4 or [2] 2.4.3 in columns and performing simple
|
* Reading [1] 2.4 or [2] 2.4.3 in columns and performing simple
|
||||||
|
|
Loading…
Reference in a new issue