nonce property

Uint8List get nonce

Returns the nonce.

Implementation

Uint8List get nonce {
  return buffer.sublist(noncePos);
}