Module frame_support::crypto

source ·
Expand description

Utilities for dealing with crypto primitives. Sometimes we need to use these from inside WASM contracts, where crypto calculations have weak performance.

Modules

  • Simple ECDSA secp256k1 API.