From 3c57fcd3a8565a0d5acc60d7d0d1f48ed53b51ab Mon Sep 17 00:00:00 2001 From: skaunov Date: Tue, 13 Feb 2024 02:18:44 +0300 Subject: [PATCH] Flat the docs entities --- rust-arkworks/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-arkworks/src/lib.rs b/rust-arkworks/src/lib.rs index 7b06389..2497515 100644 --- a/rust-arkworks/src/lib.rs +++ b/rust-arkworks/src/lib.rs @@ -25,7 +25,7 @@ use secp256k1::sec1::Sec1EncodePoint; use sha2::digest::Output; use sha2::{Digest, Sha256}; -pub mod error; +mod error; mod hash_to_curve; const EXPECT_MSG_DECODE: &str = "the value decoded have been generated by a function which is improbable to output a malformed hexstring (still a place for refactoring)";