Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cookie ¶
type Cookie struct {
// contains filtered or unexported fields
}
func NewCookie ¶
Returns a new `Cookie`, which must then be used with `Decode()` and then `Unsign()`.
func (*Cookie) Decode ¶
Decodes a `Cookie` into its components, trying all of the available decoders. Decode is not thread-safe.
type Wordlist ¶
type Wordlist struct {
// contains filtered or unexported fields
}
func NewWordlist ¶
func NewWordlist() *Wordlist
func (*Wordlist) LoadFromArray ¶
Load wordlist entries from the provided array of byte arrays.
func (*Wordlist) LoadFromString ¶
Load wordlist entries from the provided `path`.
Click to show internal directories.
Click to hide internal directories.