Scenic v0.10.2 Scenic.Cache.Hash 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
verify_file(path, hash, hash_type)
deprecated
verify_file!(path, hash, hash_type)
deprecated
Link to this section Functions
Link to this function
binary(data, type) View Source
This function is deprecated. Scenic.Cache.Hash.binary/2 is now Scenic.Cache.Support.Hash.binary/2.
Link to this function
binary!(data, type) View Source
This function is deprecated. Scenic.Cache.Hash.binary!/2 is now in Scenic.Cache.Support.Hash.binary!/2.
Link to this function
file(path, hash_type) View Source
This function is deprecated. Scenic.Cache.Hash.file/3 is now in Scenic.Cache.Support.Hash.file/3.
Link to this function
file!(path, hash_type) View Source
This function is deprecated. Scenic.Cache.Hash.file!/3 is now in Scenic.Cache.Support.Hash.file!/3.
Link to this function
verify(data, hash, hash_type) View Source
This function is deprecated. Scenic.Cache.Hash.verify/3 is now in Scenic.Cache.Support.Hash.verify/3.
Link to this function
verify!(data, hash, hash_type) View Source
This function is deprecated. Scenic.Cache.Hash.verify!/3 is now in Scenic.Cache.Support.Hash.verify!/3.
Link to this function
verify_file(path, hash, hash_type) View Source
This function is deprecated. Scenic.Cache.Hash.verify_file/3 is now in Scenic.Cache.Support.Hash.verify_file/3.
Link to this function
verify_file!(path, hash, hash_type) View Source
This function is deprecated. Scenic.Cache.Hash.verify_file!/3 is now in Scenic.Cache.Support.Hash.verify_file!/3.