Skip to content

PeterKrooni/shanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shanic

SHA-256 implementation, written in Rust. Pretty simple right now (only takes text input from CLI), but it would be fun to expand this to go faster and take large segments of data in short amounts of time.

Producing a digest from an empty or short string currently takes about 100µs 10µs


How to run:

Requirements:

  • Rust

Dev build:

  • cargo build
  • cargo run

Release build:

  • cargo build --release
  • ./target/release/sha256

About

Rust implementation of SHA-256

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages