Trait nettle::hash::NettleHash[][src]

pub trait NettleHash: Hash + Default {
    unsafe fn nettle_hash() -> &'static nettle_hash;
}

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

Required methods

unsafe fn nettle_hash() -> &'static nettle_hash[src]

Pointer to the nettle_hash structure for this hash.

Loading content...

Implementors

impl NettleHash for GostHash94[src]

type Context = gosthash94_ctx

impl NettleHash for Md2[src]

type Context = md2_ctx

impl NettleHash for Md4[src]

type Context = md4_ctx

impl NettleHash for Md5[src]

type Context = md5_ctx

impl NettleHash for Ripemd160[src]

type Context = ripemd160_ctx

impl NettleHash for Sha1[src]

type Context = sha1_ctx

impl NettleHash for Sha3_224[src]

type Context = sha3_224_ctx

impl NettleHash for Sha3_256[src]

type Context = sha3_256_ctx

impl NettleHash for Sha3_384[src]

type Context = sha3_384_ctx

impl NettleHash for Sha3_512[src]

type Context = sha3_512_ctx

impl NettleHash for Sha224[src]

type Context = sha256_ctx

impl NettleHash for Sha256[src]

type Context = sha256_ctx

impl NettleHash for Sha384[src]

type Context = sha512_ctx

impl NettleHash for Sha512[src]

type Context = sha512_ctx

impl NettleHash for Sha512_224[src]

type Context = sha512_ctx

impl NettleHash for Sha512_256[src]

type Context = sha512_ctx

Loading content...