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, _coordBytes each).

Throws

CryptoException if not initialized or signing fails.