timestamp>count* ( timestamp secs/count -- count )
Time-Based One-Time Passwords

Prev:totp ( key -- string )
Next:totp* ( count key hash -- n )


Vocabulary
totp

Inputs
timestampa timestamp
secs/counta number


Outputs
counta byte-array


Word description
Return the number of secs/count-second intervals between the Unix time and the timestamp as an 8-byte byte-array.

See also
timestamp>count

Definition