I have split the nettle module in two files, and need to share some symbols between them. Is it ok to have non-static functions like "hash_init" and "hash_exit" in a module, or do I need to use some more obfuscated name? Is there any nice convention for the names of the initialization function of Nettle/hash.cmod?