r198 vs r199
......
201201
202202
byte[] s1 = DumbMixA(k);
203203
204
// 시간 의존 제거, 디바이스 기반 결정적 시드
204
205205
int deviceSeed = Application.identifier.GetHashCode() ^ SystemInfo.deviceUniqueIdentifier.GetHashCode();
206206
207207
byte[] s2 = DumbMixB(s1, deviceSeed);
......