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

Content deleted Content added
Mihailp (talk | contribs)
add PicoLisp
Mihailp (talk | contribs)
Line 308: Line 308:


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==
Using the <tt>sha1</tt> function defined at ''[[SHA-1#PicoLisp]]'':
<lang PicoLisp>(load "sha1.l")
<lang PicoLisp>(load "sha1.l")