From 0d86bf2fbf4fe476f6c35ee37fd3f5fc07813d70 Mon Sep 17 00:00:00 2001 From: Alexandr Kitaev Date: Mon, 22 May 2023 09:56:25 +0300 Subject: [PATCH] bign256: fix doc link --- bign256/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bign256/Cargo.toml b/bign256/Cargo.toml index 47356bc7..b49e6000 100644 --- a/bign256/Cargo.toml +++ b/bign256/Cargo.toml @@ -8,7 +8,7 @@ general purpose curve arithmetic """ authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" -documentation = "https://docs.rs/bign-curve256v1" +documentation = "https://docs.rs/bign256" repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/bign256" readme = "README.md" categories = ["cryptography", "no-std"]