_coordBytes each).DeterministicECDSASigner.sign
ubyte[] sign()Signs the accumulated message using RFC 6979 deterministic nonce.
The nonce k is derived from the private key and message hash, producing a reproducible signature without requiring randomness.
Returns
The signature as r || s (big-endian,
Throws
CryptoException if not initialized or signing fails.