cl-one-time-passwords

Apache 2.0

One time passwords (hotp rfc4226, totp rfc6238) as used in two factor authentication systems such as Google's.

$ area51 add cl-one-time-passwordsコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-one-time-passwords:some-function ...)

依存関係