Scenic.Cache.Hash (Scenic v0.10.3) View Source
This module is deprecated and has moved Scenic.Cache.Support.Hash
Please adjust accordingly as this module will be removed in a future version
Link to this section Summary
Functions
binary(data, type)
deprecated
binary!(data, type)
deprecated
file(path, hash_type)
deprecated
file!(path, hash_type)
deprecated
verify(data, hash, hash_type)
deprecated
verify!(data, hash, hash_type)
deprecated
Link to this section Functions
This function is deprecated. Scenic.Cache.Hash.binary/2 is now Scenic.Cache.Support.Hash.binary/2.
This function is deprecated. Scenic.Cache.Hash.binary!/2 is now in Scenic.Cache.Support.Hash.binary!/2.
This function is deprecated. Scenic.Cache.Hash.file/3 is now in Scenic.Cache.Support.Hash.file/3.
This function is deprecated. Scenic.Cache.Hash.file!/3 is now in Scenic.Cache.Support.Hash.file!/3.
This function is deprecated. Scenic.Cache.Hash.verify/3 is now in Scenic.Cache.Support.Hash.verify/3.
This function is deprecated. Scenic.Cache.Hash.verify!/3 is now in Scenic.Cache.Support.Hash.verify!/3.
This function is deprecated. Scenic.Cache.Hash.verify_file/3 is now in Scenic.Cache.Support.Hash.verify_file/3.
This function is deprecated. Scenic.Cache.Hash.verify_file!/3 is now in Scenic.Cache.Support.Hash.verify_file!/3.