# 승인 검증이 도는 순서 # Question: 승인 검증은 어떤 순서로 도는가? direction: right n0: "다이제스트 대조" { shape: rectangle } n1: "윈도우" { shape: rectangle } n2: "서명 파싱" { shape: rectangle } n3: "HMAC" { shape: rectangle } n0 -> n1: "일치" n1 -> n2: "기간 안" n2 -> n3: "형식 통과"