Docs.rs
zkp-hash-0.1.0
zkp-hash 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Recmo
Dependencies
criterion ^0.3.0
normal
optional
hex ^0.4.0
normal
optional
no-std-compat ^0.1.0
normal
quickcheck ^0.9
normal
optional
quickcheck_macros ^0.8
normal
optional
tiny-keccak ^1.5.0
normal
zkp-macros-decl ^0.1.0
normal
zkp-primefield ^0.1.0
normal
zkp-u256 ^0.1.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zkp_hash
0.1.0
Hashable
Required Methods
hash
Implementations on Foreign Types
&T
&[T]
FieldElement
U256
Vec<T>
Implementors
In crate zkp_hash
Trait
zkp_hash
::
Hashable
Copy item path
source
·
[
−
]
pub trait Hashable { // Required method fn
hash
(&self) ->
Hash
; }
Required Methods
§
source
fn
hash
(&self) ->
Hash
Implementations on Foreign Types
§
source
§
impl
Hashable
for
FieldElement
source
§
fn
hash
(&self) ->
Hash
source
§
impl
Hashable
for
U256
source
§
fn
hash
(&self) ->
Hash
source
§
impl<T:
Hashable
>
Hashable
for &
[T]
source
§
fn
hash
(&self) ->
Hash
source
§
impl<T:
Hashable
>
Hashable
for
&T
source
§
fn
hash
(&self) ->
Hash
source
§
impl<T:
Hashable
>
Hashable
for
Vec
<T>
source
§
fn
hash
(&self) ->
Hash
Implementors
§
source
§
impl
Hashable
for
Hash