mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-23 22:02:13 +00:00
Update rsa.h
minor change to the file's brief desc.
This commit is contained in:
parent
f2ec288bf8
commit
21e2926736
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* \file rsa.h
|
* \file rsa.h
|
||||||
*
|
*
|
||||||
* \brief This file defines the RSA public-key cryptosystem.
|
* \brief This file provides an API for the RSA public-key cryptosystem.
|
||||||
*
|
*
|
||||||
* The RSA public-key cryptosystem is defined in <em>Public-Key
|
* The RSA public-key cryptosystem is defined in <em>Public-Key
|
||||||
* Cryptography Standards (PKCS) #1 v1.5: RSA Encryption</em>
|
* Cryptography Standards (PKCS) #1 v1.5: RSA Encryption</em>
|
||||||
|
|
Loading…
Reference in a new issue