From 10ca1c0b6f4a8f3c87530e412cb3d4b511133a97 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 14 Apr 2026 11:47:25 +0200 Subject: [PATCH] libsecp256k1 is unmaintained --- crates/libsecp256k1/RUSTSEC-0000-0000.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/libsecp256k1/RUSTSEC-0000-0000.md diff --git a/crates/libsecp256k1/RUSTSEC-0000-0000.md b/crates/libsecp256k1/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..9f392580 --- /dev/null +++ b/crates/libsecp256k1/RUSTSEC-0000-0000.md @@ -0,0 +1,15 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "libsecp256k1" +date = "2025-01-14" +url = "https://github.com/paritytech/libsecp256k1/pull/159" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# libsecp256k1 is unmaintained + +The maintainers recommend using [k256](https://crates.io/crates/k256) instead.