v/vlib/hash/wyhash.js.v

7 lines
100 B
V

module hash
pub fn sum64_string(s string, key u64) u64 {
panic('not yet implemented')
return 0
}