PrivateKey constructor

PrivateKey(
  1. Uint8List secret
)

Implementation

PrivateKey(super.secret) : super(keyLength: keyLength);