Nonce constructor

Nonce(
  1. List<int> values
)

Implementation

Nonce(this.values) : assert(values.length == 8);