key method

List<int> key()

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

Returns: A List<int> containing the secret key component.

Implementation

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