Write python code to Create a challenge-response authentication system using secrets. generates random challenge; accepts challenge and response; validates response using HMAC; prevents replay attacks; returns authentication result. Structure the project as: auth/, utils/challenge_response.py. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.