This is the cl-base32 Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:41:00 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
Files are sorted by type and then listed depth-first from the systems components trees.
cl-base32/base32.lisp
package.lisp
(file).
cl-base32
(system).
base32-to-bytes
(function).
bytes-to-base32
(function).
*base32-alphabet*
(special variable).
base32-length-from-bytes
(function).
byte-length-from-base32
(function).
decode-word
(function).
encode-word
(function).
read-word
(function).
unpadded-base32-length
(function).
write-word
(function).
Packages are listed by definition order.
cl-base32
This package implements the base32 encoding/decoding defined in RF 4648.
base32
common-lisp
.
base32-to-bytes
(function).
bytes-to-base32
(function).
*base32-alphabet*
(special variable).
base32-length-from-bytes
(function).
byte-length-from-base32
(function).
decode-word
(function).
encode-word
(function).
read-word
(function).
unpadded-base32-length
(function).
write-word
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Given bytes of unencoded data, determine the length of the
corresponding base32-encoded string
Given a base32 string, compute the number of bytes in the
decoded data
Return the word encoded as a digit in the base32 alphabet
Return the digit in the base32 alphabet corresponding to a word
Return the word (a 5-bit integer) found in some-bytes located at word-index
Given a base32 string, compute the size of the raw base32 string,
without any = padding
Write the word into the bits located at word-index in some-bytes
Jump to: | B D E F R U W |
---|
Jump to: | B D E F R U W |
---|
Jump to: | *
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
* | |||
*base32-alphabet* : | Private special variables | ||
| |||
S | |||
Special Variable, *base32-alphabet* : | Private special variables | ||
|
Jump to: | *
S |
---|
Jump to: | B C F P S |
---|
Jump to: | B C F P S |
---|