From 075d16d748a850a957ab9fed276a937ab33eaa02 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Mon, 23 Sep 2024 13:32:42 +0200 Subject: [PATCH] Update links Signed-off-by: Denis Varlakov --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18c890f..441cbc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rand_hash" version = "0.1.0" edition = "2021" license = "Apache-2.0" -repository = "https://github.com/dfns/rand_hash" +repository = "https://github.com/LFDT-Lockness/rand_hash" description = "Cryptographically-secure pseudo-random generator based on cryptographic hash function" categories = ["cryptography", "no-std", "no-std::no-alloc"]