Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime backend reporting for security-sensitive deployments.

This module does not enable acceleration. It exposes the backend posture so callers can log, assert, or audit whether execution is scalar-only or merely detecting future SIMD candidates.

Structs§

BackendPolicyError
Runtime backend policy failure.
BackendReport
Backend report for the current build and target.

Enums§

Backend
A backend that can be reported by base64-ng.
BackendPolicy
Deployment policy for runtime backend assertions.
SecurityPosture
Security posture for the active runtime backend.

Functions§

backend_report
Returns the runtime backend report for this build and target.
require_backend_policy
Requires the current runtime backend report to satisfy policy.