Documentation
¶
Overview ¶
Package wickra provides idiomatic Go bindings for wickra-verify over its C ABI hub: create a Verifier, drive it with command JSON (verify, explain, canonicalize, version) and read back the response JSON — the same protocol as the CLI and every other binding.
The binding links the prebuilt C ABI library, staged per platform under ./lib/<goos>_<goarch>/, with the header vendored under ./include.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier is driven by JSON commands.
func New ¶
func New() *Verifier
New creates a verifier with the default tolerances. Call Close when done (a finalizer also frees it, but explicit Close is preferred).
Click to show internal directories.
Click to hide internal directories.
