1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Update rsa.h

minor change to the file's brief desc.
This commit is contained in:
Rose Zadik
2018-04-17 14:08:56 +01:00
committed by GitHub
parent f2ec288bf8
commit 21e2926736

View File

@ -1,7 +1,7 @@
/**
* \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
* Cryptography Standards (PKCS) #1 v1.5: RSA Encryption</em>