cosmwasm-core 2.3.4

Components of cosmwasm-std that can be used in no_std environments
Documentation
1
2
3
4
5
6
7
8
#![no_std]

mod crypto;

#[doc(hidden)]
pub use self::crypto::{
    BLS12_381_G1_GENERATOR, BLS12_381_G1_POINT_LEN, BLS12_381_G2_GENERATOR, BLS12_381_G2_POINT_LEN,
};