Constants§
Functions§
- compute_
tag - HMAC-SHA256 over
header || payload. - derive_
session_ key - Derive the per-connection MAC key. Inputs are known to both the kernel and
the plugin: the shared
jwt_secret, the per-registrationnoncefrom the ack, and the registeredplugin_id. - verify_
tag - Constant-time verification of a tag over
header || payload.