loggers::get_instance().warning("fx__decryptWithEciesBrainpoolp256WithSha256: Failed to generate shared secret");
loggers::get_instance().warning("fx__decryptWithEciesBrainpoolp256r1WithSha256: Failed to generate shared secret");
returnOCTETSTRING(0,nullptr);
}
// Decrypt the message
OCTETSTRINGenc_message(p__encryptedSecuredMessage.lengthof()-ec.tag().lengthof(),static_cast<constunsignedchar*>(p__encryptedSecuredMessage));// Extract the encrypted message
loggers::get_instance().log_msg("fx__decryptWithEciesBrainpoolp256WithSha256: enc_message: ",enc_message);// Extract the ctag value
loggers::get_instance().log_msg("fx__decryptWithEciesBrainpoolp256r1WithSha256: enc_message: ",enc_message);// Extract the ctag value