Keccak256
cfxstore
0.2.1
Keccak256
Required Methods
keccak256
Implementors
In cfxstore::
cfxkey::
crypto::
keccak
cfxstore
::
cfxkey
::
crypto
::
keccak
Trait
Keccak256
Copy item path
pub trait Keccak256<T> { // Required method fn
keccak256
(&self) -> T; }
Required Methods
§
fn
keccak256
(&self) -> T
Implementors
§
§
impl<T>
Keccak256
<[
u8
;
32
]> for T
where T:
AsRef
<[
u8
]>,