Versions in this module Expand all Collapse all v0 v0.0.2 Apr 7, 2026 v0.0.1 Apr 2, 2026 Changes in this version + type SoftHSM struct + func NewSoftHSM() (*SoftHSM, error) + func (h *SoftHSM) Ping(_ context.Context) error + func (h *SoftHSM) UnwrapDEK(wrapped []byte) ([]byte, error) + func (h *SoftHSM) WrapDEK(dek []byte) ([]byte, error)