Searched refs:hash_extend (Results 1 - 1 of 1) sorted by last modified time

/seL4-camkes-master/projects/camkes-tool/camkes/internal/
H A Dhash.py30 def hash_extend(current, extra): function
72 h = hash_extend(h, camkes_hash(v))
82 h = hash_extend(h, strhash(k))
83 h = hash_extend(h, camkes_hash(m[k]))

Completed in 34 milliseconds