nonce method

List<int> nonce()

The nonce method returns the nonce component of the Schnorrkel secret key.

Returns: A List<int> containing the nonce component.

Implementation

List<int> nonce() => List<int>.from(_nonce);