Frama-C API - Hash
This module provides hash functions.
val hash_iter : ?limit:int -> (('a -> unit) -> 'b -> unit) -> ('a -> int) -> 'b -> inthash_iter iter hash x hashes a collection x given an iter function on this collection and a hash function on its elements.