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

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.
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.