Hasher
Ext
twox_
hash
1.6.3
Hasher
Ext
Required Methods
finish_ext
Implementors
In twox_
hash::
xxh3
Structs
Hash128
Hash64
RandomHashBuilder128
RandomHashBuilder64
Traits
HasherExt
Functions
hash128
hash128_with_secret
hash128_with_seed
hash64
hash64_with_secret
hash64_with_seed
twox_hash
::
xxh3
Trait
HasherExt
Copy item path
Settings
Help
Summary
Source
pub trait HasherExt:
Hasher
{ // Required method fn
finish_ext
(&self) ->
u128
; }
Required Methods
§
Source
fn
finish_ext
(&self) ->
u128
Implementors
§
Source
§
impl
HasherExt
for
Hash128