Expand description
SimpleAgentWrapper — thin FFI adapter over the narrow SimpleAgent contract.
This module contains zero business logic. Every method delegates to
jacs::simple::SimpleAgent and marshals the result to FFI-safe types
(String in/out, base64 for bytes, JSON for structured data).
Structs§
- Simple
Agent Wrapper - Thread-safe, Clone-able FFI wrapper around the narrow
SimpleAgentcontract.
Functions§
- sign_
message_ json - Sign a JSON message — free function for Go FFI.
- verify_
json - Verify a signed document — free function for Go FFI.