PrivateKey constructor

PrivateKey(
  1. Uint8List secret
)

Implementation

PrivateKey(Uint8List secret) : super(secret, keyLength: keyLength);