mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:25:43 +01:00
Fixed comment on maximum tested size for POLARSSL_MPI_MAX_LIMBS
This commit is contained in:
parent
21dca69ef0
commit
f626e1dd28
@ -77,7 +77,7 @@ typedef UINT64 uint64_t;
|
||||
|
||||
/*
|
||||
* Maximum size of MPIs allowed in bits and bytes for user-MPIs.
|
||||
* ( Default: 512 bytes => 4096 bits, Maximum: 1024 bytes => 8192 bits )
|
||||
* ( Default: 512 bytes => 4096 bits, Maximum tested: 2048 bytes => 16384 bits )
|
||||
*
|
||||
* Note: Calculations can results temporarily in larger MPIs. So the number
|
||||
* of limbs required (POLARSSL_MPI_MAX_LIMBS) is higher.
|
||||
|
Loading…
Reference in New Issue
Block a user