Nonce constructor

Nonce(
  1. List<int> bytes
)

Implementation

Nonce(List<int> bytes) : _list = bytes;