class HashGenerator::FileHash

Defined in:

hash_generator/file_hash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def generate_hash(path : String) #

Returns the SHA256 hash of a given file (file path).


[View source]