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