Skip to content

Commit b246256

Browse files
authored
rustc-serialize & rewind hash (#59)
1 parent 415191c commit b246256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keychain/src/view_key.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl ViewKey {
8080
})
8181
}
8282

83-
fn rewind_hash(public_root_key: PublicKey) -> Vec<u8> {
83+
pub fn rewind_hash(public_root_key: PublicKey) -> Vec<u8> {
8484
let ser = public_root_key.serialize_vec(true);
8585
blake2b(32, &[], &ser[..]).as_bytes().to_vec()
8686
}

0 commit comments

Comments
 (0)