From 1460895b1a78410ebf4aca3ef233cd8a7a236d76 Mon Sep 17 00:00:00 2001 From: Daksh Date: Thu, 15 Feb 2024 06:37:05 -0500 Subject: [PATCH] test --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9bf7f35..6969931 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,7 @@ pub mod types; pub mod utils; /// The maximum number of keys (inclusive) to derive when attempting to decrypt /// a note. -pub const MAX_KEY: usize = 3; +pub const MAX_KEY: usize = 8; /// The maximum allocated buffer for rkyv serialization. pub const MAX_LEN: usize = rusk_abi::ARGBUF_LEN;