사용자:Aidenk(비교)보기RAWBlame되돌리기비교r198 vs r199......201201202202 byte[] s1 = DumbMixA(k);203203204 // 시간 의존 제거, 디바이스 기반 결정적 시드204 205205 int deviceSeed = Application.identifier.GetHashCode() ^ SystemInfo.deviceUniqueIdentifier.GetHashCode();206206207207 byte[] s2 = DumbMixB(s1, deviceSeed);......