Stop removing the ed25519 signature when the extra-info file is too big
In #30956 (moved), I discovered that the ed25519 signature extra-info line is split across two chunks.
If the extra-info file gets too big, tor removes one chunk at a time. So each chunk needs to be a complete line.
Edit: but in this case, we should just stop removing the signature