key method

List<int> key()

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

Implementation

List<int> key() => _key.clone();