Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
/ libsha2 Public archive

[Feature complete] SHA-2-family hashing library

License

Notifications You must be signed in to change notification settings

maandree/libsha2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been moved to Codeberg and may be out of date on GitHub.
Canonical repo: https://codeberg.org/maandree/libsha2


NAME
	libsha2 - SHA-2-family hashing library

DESCRIPTION
	libsha2 is a bit-oriented implementation of the SHA2-family
	with support for SHA-224, SHA-256, SHA-384, SHA-512,
	SHA-512/224, and SHA-512/256, and state marshalling

RATIONALE
	This should be obvious.

SEE ALSO
	libkeccak(7), libblake(7), libsha1(7), sha224sum(1),
	sha256sum(1), sha384sum(1), sha512sum(1)