public_comp_key.insert(public_comp_key.begin(),(unsignedchar)(2+p_public_compressed_key_mode));// Add one byte to indicate cmpressed-y-0 (0x02) or compressed-y-1 (0x03)
public_comp_key.insert(public_comp_key.begin(),(unsignedchar)(2+p_public_compressed_key_mode));// Add one byte to indicate cmpressed-y-0 (0x02) or compressed-y-1 (0x03)
public_enc_comp_key.insert(public_enc_comp_key.begin(),(unsignedchar)(2+p_public_compressed_key_mode));// Add one byte to indicate cmpressed-y-0 (0x02) or compressed-y-1 (0x03)
loggers::get_instance().warning("security_services::verify_sign_ecdsa_nistp256: Failed to get hash of the issuer certificate");
loggers::get_instance().warning("security_services::verify_sign_ecdsa_nistp256 (%s): Failed to get hash of the issuer certificate",p_certificate_id.c_str());