Converts the mini-secret key to a List<int>.
List<int>
List<int> toBytes() => List<int>.from(_bytes);