Skip to content

kmraven/parallel-checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Concurrent Line-by-Line SHA256 Calculator

This Go program reads a text file line by line, computes the SHA256 checksum for each line concurrently using goroutines, and prints out the checksums in the original order of the lines. (Implemented for Cybozu's internship pre-assignment)

Usage

% go run main.go <filename>

Replace <filename> with the path to the input file you want to process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages