mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:05:40 +01:00
Fix typo in comment
This commit is contained in:
parent
9d410733c2
commit
d418b0dcba
@ -182,7 +182,7 @@ static inline uint32_t aria_p3( uint32_t x )
|
||||
* ARIA Affine Transform
|
||||
* (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.
|
||||
*
|
||||
* Reading [1] 2.4 or [2] 2.4.3 in columns and performing simple
|
||||
|
Loading…
Reference in New Issue
Block a user