Docs.rs
sp-core-20.0.0
sp-core 20.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
bitflags ^1.3
normal
blake2 ^0.10.4
normal
bounded-collections ^0.1.4
normal
bs58 ^0.4.0
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.16.0
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 ^8.0.0
normal
sp-debug-derive ^7.0.0
normal
sp-externalities ^0.18.0
normal
sp-runtime-interface ^16.0.0
normal
sp-std ^7.0.0
normal
sp-storage ^12.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 ^8.0.0
dev
sp-serializer ^5.0.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module ecdsa
Structs
Constants
?
Module
sp_core
::
ecdsa
source
·
[
−
]
Expand description
Simple ECDSA secp256k1 API.
Structs
Pair
A key pair.
Public
The ECDSA compressed public key.
Signature
A signature (a 512-bit value, plus 8 bits for recovery ID).
Constants
CRYPTO_ID
An identifier used to match public keys against ecdsa keys