rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
202 stars 55 forks source link

Consolidate duplicate symmetric encryption code to the separate file. #2216

Closed ni4 closed 7 months ago

ni4 commented 7 months ago

Description

There is a bunch of functions which implement the same functionality in symmetric.cpp and symmetric-ossl.cpp. Those should be moved to separate file, like symmetric-common.cpp.