Skip to content

Instantly share code, notes, and snippets.

#ifndef SHA1_H_INCLUDED
#define SHA1_H_INCLUDED
/* calculate SHA-1 digest
Copyright (c) 2010 Anthony C. Hay
Distributed under the BSD license, see:
http://creativecommons.org/licenses/BSD/ */
#include <cstddef>
#include <stdexcept>