Function sequoia_ffi::openpgp::packet::signature::pgp_signature_is_group_key[][src]

#[no_mangle]
pub extern "C" fn pgp_signature_is_group_key(
    sig: *const Signature
) -> bool
Expand description

Returns whether the KeyFlags indicates that the key is a group

C Declaration

bool
pgp_signature_is_group_key (const pgp_signature_t sig);

key.