Crates.io | substrate-crypto-light |
lib.rs | substrate-crypto-light |
version | 0.1.0 |
source | src |
created_at | 2024-11-21 17:40:11.206939 |
updated_at | 2024-11-21 17:40:11.206939 |
description | Cryptographic code for Substrate chains in pure rust with better baremetal support |
homepage | https://github.com/Alzymologist/substrate-crypto-light |
repository | https://github.com/Alzymologist/substrate-crypto-light |
max_upload_size | |
id | 1456472 |
size | 76,600 |
Cryptographic code for Substrate chains in pure rust with better baremetal support.
This is largely based on
sp_core
crate.
Key differences here:
k256
, to avoid compiling difficulties
(original sp-core
has ecdsa from secp256k1
C wrapper crate and it does
not compile on certain no-std targets and creates extremely large binary
blob on others)