The nonce method returns the nonce component of the Schnorrkel secret key.
nonce
Returns: A List<int> containing the nonce component.
List<int>
List<int> nonce() => List<int>.from(_nonce);