nonce property

List<int> nonce

The salt in a format understood by the cryptography library

Implementation

List<int> get nonce {
  return salt;
}