115 releases (59 stable)

2.2.0 Dec 17, 2024
2.2.0-rc.3 Oct 12, 2024
2.1.5 Dec 10, 2024
2.1.4 Sep 23, 2024
0.14.0-beta1 Mar 9, 2021

#9 in #cosmwasm

Download history 11778/week @ 2024-09-28 9840/week @ 2024-10-05 12454/week @ 2024-10-12 11205/week @ 2024-10-19 12231/week @ 2024-10-26 12503/week @ 2024-11-02 7631/week @ 2024-11-09 9315/week @ 2024-11-16 9746/week @ 2024-11-23 16993/week @ 2024-11-30 20354/week @ 2024-12-07 18047/week @ 2024-12-14 5189/week @ 2024-12-21 3911/week @ 2024-12-28 11556/week @ 2025-01-04 14164/week @ 2025-01-11

36,840 downloads per month
Used in 719 crates (9 directly)

Apache-2.0

1MB
2K SLoC

CosmWasm Crypto

cosmwasm-crypto on crates.io

This crate implements cryptography-related functions, so that they can be available for both, the cosmwasm-vm and cosmwasm-std crates.

Implementations

  • secp256k1_verify(): Digital signature verification using the ECDSA secp256k1 scheme, for Cosmos signature / public key formats.
  • secp256r1_verify(): Digital signature verification using the ECDSA secp256r1 scheme, for Cosmos signature / public key formats.
  • ed25519_verify(): Digital signature verification using the EdDSA ed25519 scheme, for Tendermint signature / public key formats.
  • ed25519_batch_verify(): Batch digital signature verification using the EdDSA ed25519 scheme, for Tendermint signature / public key formats.

Benchmarking

cd packages/crypto
cargo bench --features std

License

This package is part of the cosmwasm repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).

Dependencies

~11MB
~215K SLoC