Crates.io | prov-cosmwasm-crypto |
lib.rs | prov-cosmwasm-crypto |
version | 1.0.0-provbeta3 |
source | src |
created_at | 2022-02-23 18:35:28.567281 |
updated_at | 2022-02-23 18:35:28.567281 |
description | Crypto bindings for cosmwasm contracts |
homepage | |
repository | https://github.com/provenance-io/cosmwasm/tree/main/packages/crypto |
max_upload_size | |
id | 538043 |
size | 72,615 |
This crate implements cryptography-related functions, so that they can be available for both, the cosmwasm-vm and cosmwasm-std crates.
secp256k1_verify()
: Digital signature verification using the ECDSA sepc256k1
scheme, for Cosmos signature / public key formats.ed25519_verify()
: Digital signature verification using the EdDSA ed25519
scheme, for Tendemint signature / public key formats.ed25519_batch_verify()
: Batch digital signature verification using the EdDSA
ed25519 scheme, for Tendemint signature / public key formats.cd packages/crypto
cargo bench
This package is part of the cosmwasm repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).