SigningKey.fromValidBytes constructor

SigningKey.fromValidBytes(
  1. Uint8List secret, {
  2. int keyLength = TweetNaCl.signingKeyLength,
})

Implementation

SigningKey.fromValidBytes(super.secret,
    {super.keyLength = TweetNaCl.signingKeyLength});