mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 13:45:29 +00:00
adjusting comment on sliding window memory usage.
The comment now uses '**' as exponentiation operator. Signed-off-by: Daniel Otte <d.otte@wut.de>
This commit is contained in:
parent
4374dc493d
commit
608615168a
|
@ -61,7 +61,7 @@
|
|||
* Maximum window size used for modular exponentiation. Default: 6
|
||||
* Minimum value: 1. Maximum value: 6.
|
||||
*
|
||||
* Result is an array of ( 2 << MBEDTLS_MPI_WINDOW_SIZE ) MPIs used
|
||||
* Result is an array of ( 2 ** MBEDTLS_MPI_WINDOW_SIZE ) MPIs used
|
||||
* for the sliding window calculation. (So 64 by default)
|
||||
*
|
||||
* Reduction in size, reduces speed.
|
||||
|
|
Loading…
Reference in a new issue