From: Andre Noll Date: Thu, 28 Dec 2017 14:52:31 +0000 (+0100) Subject: crypt: Rename RSA functions. X-Git-Tag: v0.6.2~5^2~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a4c2c4f9c7cd580252917729a65d482de3c14a97;hp=a4c2c4f9c7cd580252917729a65d482de3c14a97 crypt: Rename RSA functions. 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(). ---