Function type factorization for cryptoProfile
Issue from discussion #612 (closed)
File: src/Common/crypto/sopc_crypto_profiles.h
-
FnSymmetricEncryptandFnSymmetricDecryptare very similar types, and may be factorized to use only one type. - Same with
FnAsymmetricEncryptandFnAsymmetricDecryptbut the output length written forFnAsymmetricEncryptseems to be missing, and should be added to the declaration.
Edited by Robin Barrucand