Salt constructor

Salt(
  1. List<int> _bytes
)

Public Constructor accepting _bytes of a user's choosing. This allows a user to create their own predefined salt.

Implementation

Salt(this._bytes);