Crate hessra_ffi

Crate hessra_ffi 

Source
Expand description

C FFI bindings for Hessra token verification and configuration.

This module provides a C-compatible interface for the core functionality of the Hessra SDK, focused on token verification and configuration management.

Structs§

HessraConfig
Opaque type representing a Hessra configuration
HessraPublicKey
Opaque type representing a Hessra public key

Enums§

HessraResult
Result type for Hessra FFI functions.

Functions§

hessra_init
Initialize the Hessra library. This function should be called before using any other functions.
hessra_string_free
Free a string allocated by the Hessra library
hessra_version
Version information for the Hessra FFI library