docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-B27B31
|
||||
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
|
||||
category: "10_Wiki/💡 Topics/Graphics & Performance"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - Timestamp Quantization"
|
||||
---
|
||||
|
||||
# [[Timestamp Quantization]]
|
||||
# [[Timestamp Quantization|Timestamp Quantization]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 타임스탬프 양자화(Timestamp Quantization)는 WebGPU 등 웹 그래픽 API에서 발생할 수 있는 타이밍 공격(Timing Attack) 및 기기 핑거프린팅을 방지하기 위해, 타이머 쿼리의 해상도를 의도적으로 조대화(coarsening)하여 낮추는 보안 메커니즘입니다 [1-3]. 고정밀 타이밍 정보가 캐시 사이드 채널 공격이나 Rowhammer 공격 등에 악용되는 것을 막기 위해 브라우저 엔진은 타임스탬프의 측정 해상도를 100 마이크로초(µs)와 같은 표준 단위로 제한합니다 [1, 4-6].
|
||||
@@ -22,11 +22,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Timestamp Quantization"
|
||||
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[WebGPU]], [[Timing Attack]], [[Side-channel Attack]], [[Spectre]], [[Rowhammer]], [[High Resolution Time]]
|
||||
- **Projects/Contexts:** [[Chrome (Blink/Dawn)]], [[GPU for the Web Community Group]]
|
||||
- **Related Topics:** [[WebGPU|WebGPU]], [[Timing Attack|Timing Attack]], [[Side-channel Attack|Side-channel Attack]], [[Spectre|Spectre]], [[Rowhammer|Rowhammer]], [[High Resolution Time|High Resolution Time]]
|
||||
- **Projects/Contexts:** [[Chrome (Blink_Dawn)|Chrome (Blink/Dawn)]], [[GPU for the Web Community Group|GPU for the Web Community Group]]
|
||||
- **Contradictions/Notes:** Chrome의 초기 제안에서는 교차 출처 격리(cross-origin isolated) 상태에 따라 격리된 컨텍스트에서는 100µs 해상도를 제공하고 비격리 컨텍스트에서는 타임스탬프를 아예 노출하지 않으려 했습니다 [3, 13]. 그러나 상호운용성(interoperability) 문제와 모호한 사양에 대한 지적이 제기되었고, 최종적으로는 사이트 격리 상태와 무관하게 항상 100µs 해상도로 타임스탬프를 허용하는 방안이 합의되었습니다 [5, 11, 14].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/Timestamp Quantization.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/Timestamp Quantization.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user