Skip to content
Snippets Groups Projects
Commit 08d19331 authored by thiolliere's avatar thiolliere Committed by Bastian Köcher
Browse files

fix doc (#3162)

parent 4b7c9929
Branches
No related merge requests found
......@@ -27,7 +27,7 @@ pub trait StorageHasher: 'static {
fn hash(x: &[u8]) -> Self::Output;
}
/// Hash storage keys with `concat(twox128(key), key)`
/// Hash storage keys with `concat(twox64(key), key)`
pub struct Twox64Concat;
impl StorageHasher for Twox64Concat {
type Output = Vec<u8>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment