Function sequoia_ffi::openpgp::packet::pgp_packet_hash[][src]

#[no_mangle]
pub extern "C" fn pgp_packet_hash(this: *const Packet) -> u64
Expand description

Hashes this object.

C Declaration

uint64_t
pgp_packet_hash (const pgp_packet_t this);