The cryptographic core of HOTP and TOTP
Short answerWhat is the cryptographic function placed at the heart of computing a HOTP or TOTP code, the one that combines the secret and the counter (or the time) before truncation to 6 digits?
Write only its name (the expected acronym).

