pub(super) fn verify_signature( hashed_msg: &[u8], public_key_x_bytes: &[u8; 32], public_key_y_bytes: &[u8; 32], signature: &[u8; 64], ) -> bool