# 커서 검증의 순서 # Question: 커서는 어떤 순서로 검증되는가? direction: right n0: "길이 검사" { shape: rectangle } n1: "상수 시간 MAC 비교" { shape: rectangle } n2: "payload 파싱" { shape: rectangle } n0 -> n1: "할당 전" n1 -> n2: "검증 통과"