Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Feb 15, 2024
1 parent b6e7c69 commit 1460895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1460895

Please sign in to comment.