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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>