Skip to main content

pamoja_audit_entry_signature

Function pamoja_audit_entry_signature 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_audit_entry_signature( entry: *const PamojaAuditEntry, out_signature: *mut u8, ) -> PamojaStatus
Expand description

Copies out the signature over an entry.

§Arguments

§Returns

PamojaStatus::Ok on success.

§Safety

entry must be a live handle, and out_signature must point to at least PAMOJA_AUDIT_SIGNATURE_LEN writable bytes.