I am wondering how secure it is to share digital signatures with a 3rd party (signed using one private key).
For example, let's say I'm signing a million different messages with my private key and send to a 3rd party. How likely is it that this 3rd party can reverse-engineer my private key simply because they have a million signatures?
Basically, is it safe to implement a system where every message is signed by the user's private key?