nonce method

List<int> nonce()

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

Implementation

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