In the string representation of the public key, we only need the x-coordinate of the point on the curve and the sign of the y-coordinate. At the moment the public keys are twice as long as they need to be.
This should be patched into the ecdsa library. Maybe we should fork and maintain our own version, this has the added advantage of increasing the difficulty to backdoor our shit.
In the string representation of the public key, we only need the x-coordinate of the point on the curve and the sign of the y-coordinate. At the moment the public keys are twice as long as they need to be.
This should be patched into the ecdsa library. Maybe we should fork and maintain our own version, this has the added advantage of increasing the difficulty to backdoor our shit.