[package] name = "libsecp256k1-gen-genmult" description = "Generator function of const for libsecp256k1." license = "Apache-2.0" version = "0.3.0" authors = ["Wei Tang "] edition = "2018" repository = "https://github.com/paritytech/libsecp256k1" keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"] [dependencies] libsecp256k1-core = { version = "0.3.0", path = "../../core" }