Sorry, I just noticed the final expression in my previous comment was wrong: hasher.hash(key_hasher)
. It needs to be the other way round: key_hasher.hash(hasher)
.
1 Like
Sorry, I just noticed the final expression in my previous comment was wrong: hasher.hash(key_hasher)
. It needs to be the other way round: key_hasher.hash(hasher)
.