From 2c6b8716217b6c0a426e2ea5180e7b77e96479e4 Mon Sep 17 00:00:00 2001 From: Alexandr Kitaev Date: Fri, 10 May 2024 21:03:12 +0300 Subject: [PATCH] maybe fix alloc --- bign256/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bign256/Cargo.toml b/bign256/Cargo.toml index d053f311..ad789ecd 100644 --- a/bign256/Cargo.toml +++ b/bign256/Cargo.toml @@ -49,7 +49,7 @@ ecdsa = ["arithmetic", "dep:rfc6979", "dep:signature", "dep:belt-hash"] arithmetic = ["dep:primeorder", "elliptic-curve/arithmetic"] pem = ["pkcs8", "sec1/pem"] pkcs8 = ["dep:pkcs8"] -ecdh = ["arithmetic", "elliptic-curve/ecdh", "dep:digest", "dep:hkdf", "dep:hmac", "dep:belt-hash"] +ecdh = ["arithmetic", "elliptic-curve/ecdh", "dep:digest", "dep:hkdf", "dep:hmac", "dep:belt-hash", "alloc"] [[bench]] name = "field"