The changes to make ECDSA require the user to supply the nonce are a step backwards. Repeating nonces or even slight nonce bias are huge issues in ECDSA and can lead to quite easy private key recover. See for example the Minerva or the TPM-Scan papers.
Providing such API is dangerous. Making it so that is the only API to make ECDSA signatures is a sure recipe for disaster.
The changes to make ECDSA require the user to supply the nonce are a step backwards. Repeating nonces or even slight nonce bias are huge issues in ECDSA and can lead to quite easy private key recover. See for example the Minerva or the TPM-Scan papers.
Providing such API is dangerous. Making it so that is the only API to make ECDSA signatures is a sure recipe for disaster.