takes the first 8 integers and exoects them to be Uint32
ChaCha20Key.fromInts(List<int> ints) { assert(ints.length >= 8); data = Uint32List.fromList(ints.sublist(0, 8)); }