Time-based one-time password algorithm: Difference between revisions

m
m (→‎{{header|zkl}}: diddle code)
Line 604:
Uses the MsgHash dll, which includes SHA-1, SHA-256 hashes and HMAC routines for SHA-* and MD5.
{{trans|Go}}
<lang zkl>var [const] MsgHash = Import.lib("zklMsgHash");
// OneTimePassword stores the configuration values relevant to HOTP/TOTP calculations.
Anonymous user