Project

General

Profile

Feature #3009

Updated by Junxiao Shi almost 9 years ago

CryptoPP provides a nice C++ interface to concatenate crypto transformation. 
    OpenSSL, though providing concatenation to certain extent, but is not easy to use. 
 It would be desired to provide a C++ wrapper for OpenSSL to achieve the CryptoPP style transformation concatenation.

Back