Trait nettle::hash::NettleHash

source ·
pub trait NettleHash: Hash + Default {
    // Required method
    unsafe fn nettle_hash() -> &'static nettle_hash;
}
Expand description

Nettle context a.k.a. <hash>_ctx of this hash

Required Methods§

source

unsafe fn nettle_hash() -> &'static nettle_hash

Pointer to the nettle_hash structure for this hash.

Object Safety§

This trait is not object safe.

Implementors§