BareRose / lonesha256

Portable, endian-proof, single-file, single-function sha256 implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

This is a header-only library, as such most of its functional documentation is contained within the "header section" of the source code in the form of comments. It is highly recommended that you read said documentation before using this library.

Features

The lonesha256 library provides portable sha256 hashing in a single function, its features include:

  • No hard dependencies besides the standard library, making it fully portable
  • Avoids endianness issues by relying entirely on endian-agnostic operations
  • Simple hashing in a single function without any convoluted initialization

Attribution

You are not required to give attribution when using this library. If you want to give attribution anyway, either link to this repository, my website, or credit me as BareRose. If you want to support me financially, consider giving to my Patreon.

License

Licensed under CC0 aka the most lawyer-friendly way of spelling "public domain".

About

Portable, endian-proof, single-file, single-function sha256 implementation in C

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 100.0%