Skip to content
/ SHA3.jl Public

A "performant, 100% native-julia SHA1, SHA2, and SHA3 implementation" that works correctly

License

Notifications You must be signed in to change notification settings

0h7z/SHA3.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA3.jl

CI status codecov.io


Usage

pkg> registry add https://github.com/0h7z/0hjl.git
pkg> add SHA3

julia> using SHA3
julia> hash = ""          |> sha3_512 |> bytes2hex  # a69f73cca23a9ac5...
julia> hash = 'a'^71      |> sha3_512 |> bytes2hex  # 070faf98d2a8fddf...
julia> hash = read($file) |> sha3_512 |> bytes2hex

About

A "performant, 100% native-julia SHA1, SHA2, and SHA3 implementation" that works correctly

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages