secp256kfun_k256_backend 2.0.1

backend for secp256kfun based on k256
Documentation
[package]
name = "secp256kfun_k256_backend"
description = """
backend for secp256kfun based on k256
"""
version = "2.0.1" # tracking rust crypto 0.9.6
authors = ["LLFourn <lloyd.fourn@gmail.com>"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/elliptic-curve"
repository = "https://github.com/LLFourn/elliptic-curves/tree/secp256kfun"
readme = "README.md"
edition = "2018"
categories = ["cryptography", "cryptography::cryptocurrencies", "no-std"]
keywords = ["bitcoin", "crypto", "ecc", "secp256k1"]

[dependencies]
cfg-if = "1.0"
subtle = { package = "subtle-ng", version = "2" }
generic-array = "0.14"

[dev-dependencies]
elliptic-curve = { version = "0.10.6", default-features = false, features = ["hazmat", "arithmetic"] }
hex-literal = "0.3"
rand_core = { version = "0.6", features = ["getrandom"] }
num-bigint = "0.4"
num-traits = "0.2"
proptest = "1.0"


[features]
default = ["alloc"]
alloc = []