Update key_protocol/src/key_management/key_tree/keys_public.rs

Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
This commit is contained in:
jonesmarvin8 2026-01-14 10:50:59 -05:00 committed by GitHub
parent 874aa09b82
commit 537eeb63dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ pub struct ChildKeysPublic {
}
impl ChildKeysPublic {
fn compute_hash_value(self, cci: u32) -> [u8; 64] {
fn compute_hash_value(&self, cci: u32) -> [u8; 64] {
let mut hash_input = vec![];
match ((2u32).pow(31)).cmp(&cci) {