mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 09:51:11 +00:00
Correct typo in rsa.h
This commit is contained in:
parent
ab3773123c
commit
b0c5edcc2f
|
@ -79,7 +79,7 @@ extern "C" {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Compute RSA prime moduli P, Q from public modulus N=PQ
|
* \brief Compute RSA prime moduli P, Q from public modulus N=PQ
|
||||||
& and a pair of private and public key.
|
* and a pair of private and public key.
|
||||||
*
|
*
|
||||||
* \note This is a 'static' helper function not operating on
|
* \note This is a 'static' helper function not operating on
|
||||||
* an RSA context. Alternative implementations need not
|
* an RSA context. Alternative implementations need not
|
||||||
|
|
Loading…
Reference in a new issue