Docs.rs
sp-core-hashing-7.0.0
sp-core-hashing 7.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
dvdplm
parity-crate-owner
Dependencies
blake2 ^0.10.4
normal
byteorder ^1.3.2
normal
digest ^0.10.3
normal
sha2 ^0.10.2
normal
sha3 ^0.10.0
normal
sp-std ^7.0.0
normal
twox-hash ^1.6.3
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
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
sp_core_hashing
7.0.0
Function
sp_core_hashing
::
sha2_256
Copy item path
source
ยท
[
−
]
pub fn sha2_256(data: &[
u8
]) -> [
u8
;
32
]
Expand description
Do a sha2 256-bit hash and return result.