The toBytes method converts the Schnorrkel secret key into a byte representation.
List<int> toBytes() { return [..._key, ..._nonce]; }