digits ( n digits -- string )
Time-Based One-Time Passwords

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


Vocabulary
totp

Inputs
na number
digitsa number


Outputs
stringa string


Word description
Convert integer n into a decimal string of length digits, padding with zeroes on the left if necessary. If the string representation of n is longer than digits, return the rightmost part of the requested length.

Definition