The session-token Reference Manual

This is the session-token Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:52:01 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 session-token

Simple session token generation library

Author

Inaimathi <>

License

BSD license: you can do anything you want with it (but no warranty).

Dependency

cl-isaac (system).

Source

session-token.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 session-token/session-token.asd

Source

session-token.asd.

Parent Component

session-token (system).

ASDF Systems

session-token.


3.1.2 session-token/package.lisp

Source

session-token.asd.

Parent Component

session-token (system).

Packages

session-token.


3.1.3 session-token/util.lisp

Dependency

package.lisp (file).

Source

session-token.asd.

Parent Component

session-token (system).

Public Interface

char-range (macro).

Internals

next-power-of-two (method).


3.1.4 session-token/session-token.lisp

Dependency

util.lisp (file).

Source

session-token.asd.

Parent Component

session-token (system).

Public Interface

make-generator (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 session-token

Source

package.lisp.

Use List
  • cl-isaac.
  • common-lisp.
Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: char-range ((&rest start-to-end-pairs) &key plus not)
Package

session-token.

Source

util.lisp.


5.1.2 Ordinary functions

Function: make-generator (&key initial-seed alphabet token-length)
Package

session-token.

Source

session-token.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *default-alphabet*
Package

session-token.

Source

session-token.lisp.

Special Variable: *default-token-length*
Package

session-token.

Source

session-token.lisp.


5.2.2 Generic functions

Generic Function: next-power-of-two (num)
Package

session-token.

Methods
Method: next-power-of-two ((num number))
Source

util.lisp.


Appendix A Indexes


A.1 Concepts