1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Updated documentation

This commit is contained in:
Paul Bakker
2012-07-05 13:31:54 +00:00
parent 3d58fe8af6
commit 5552c8c0b3

View File

@@ -61,7 +61,7 @@
/*
* Maximum size of MPIs allowed in bits and bytes for user-MPIs.
* ( Default: 512 bytes => 4096 bits )
* ( Default: 512 bytes => 4096 bits, Maximum: 1024 bytes => 8192 bits )
*
* Note: Calculations can results temporarily in larger MPIs. So the number
* of limbs required (POLARSSL_MPI_MAX_LIMBS) is higher.