]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
crypt: Rename RSA functions.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 28 Dec 2017 14:52:31 +0000 (15:52 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2018 23:10:28 +0000 (00:10 +0100)
This renames the functions and constants of the public crypto API
which deal with RSA to have the common "apc" (asymmetric pubkey
cryptosystem) prefix.  This hides RSA as an implementation detail
and makes it clear that the functions/constants are related to apc.

Pure renaming, no semantic change. The only other changes are a new
comment to crypt.h and a \ref statement in the doxygen comment of
apc_free_pubkey().


No differences found