class ThunderstorePackageDownloader::HashGenerator

Defined in:

thunderstore_downloader/hash_generator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def close_file(file : File) #

[View source]
def generate_hash(path : String) #

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


[View source]
def open_file(file : File) #

[View source]