mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-30 17:31:03 +00:00
Clarify comment in program
This commit is contained in:
parent
08e81e0c8f
commit
4e3e7c2944
|
@ -182,6 +182,10 @@ int main( int argc, char *argv[] )
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Transfer public information to verifying context
|
* Transfer public information to verifying context
|
||||||
|
*
|
||||||
|
* We could use the same context for verification and signatures, but we
|
||||||
|
* chose to use a new one in order to make it clear that the verifying
|
||||||
|
* context only needs the public key (Q), and not the private key (d).
|
||||||
*/
|
*/
|
||||||
printf( " . Preparing verification context..." );
|
printf( " . Preparing verification context..." );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
|
|
Loading…
Reference in a new issue