Docs.rs
sp-core-17.0.0
sp-core 17.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
array-bytes ^4.1
normal
base58 ^0.2.0
normal
bitflags ^1.3
normal
blake2 ^0.10.4
normal
bounded-collections ^0.1.4
normal
parity-scale-codec ^3.2.2
normal
dyn-clonable ^0.9.0
normal
ed25519-zebra ^3.1.0
normal
futures ^0.3.21
normal
hash-db ^0.15.2
normal
hash256-std-hasher ^0.15.2
normal
impl-serde ^0.4.0
normal
lazy_static ^1.4.0
normal
libsecp256k1 ^0.7
normal
log ^0.4.17
normal
merlin ^2.0
normal
parking_lot ^0.12.1
normal
primitive-types ^0.12.0
normal
rand ^0.8.5
normal
regex ^1.6.0
normal
scale-info ^2.1.1
normal
schnorrkel ^0.9.1
normal
secp256k1 ^0.24.0
normal
secrecy ^0.8.0
normal
serde ^1.0.136
normal
sp-core-hashing ^6.0.0
normal
sp-debug-derive ^6.0.0
normal
sp-externalities ^0.17.0
normal
sp-runtime-interface ^14.0.0
normal
sp-std ^6.0.0
normal
sp-storage ^11.0.0
normal
ss58-registry ^1.34.0
normal
substrate-bip39 ^0.4.4
normal
thiserror ^1.0.30
normal
tiny-bip39 ^1.0.0
normal
zeroize ^1.4.3
normal
criterion ^0.4.0
dev
rand ^0.8.5
dev
serde_json ^1.0
dev
sp-core-hashing-proc-macro ^6.0.0
dev
sp-serializer ^4.0.0
dev
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
☰
In sp_core
?
Function
sp_core
::
blake2_128
source
·
[
−
]
pub fn blake2_128(data: &[
u8
]) -> [
u8
;
16
]
Expand description
Do a Blake2 128-bit hash and return result.