tiny-ec-core 0.3.0

Core functions for pure Rust Tiny EC implementation.
Documentation
[dependencies.crunchy]
version = "0.2"

[dependencies.digest]
version = "0.9"

[dependencies.serde]
version = "1.0.215"

[dependencies.subtle]
default-features = false
version = "2.2"

[features]
default = ["std"]
std = ["subtle/std"]

[lib]
name = "tiny_ec_core"
path = "src/lib.rs"

[package]
authors = ["Wei Tang <hi@that.world>", "Chiro Hiro <chiro@orochi.network>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Core functions for pure Rust Tiny EC implementation."
edition = "2018"
keywords = ["crypto", "ECVRF", "secp256k1", "bitcoin", "no_std"]
license = "Apache-2.0"
name = "tiny-ec-core"
readme = false
repository = "https://github.com/orochi-network/tiny-ec"
resolver = "2"
version = "0.3.0"