OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
sha1sum.hpp File Reference

Provides a function object for computing SHA-1 checksums of files and streams. More...

Classes

struct  oxy::sha1sum_fn
 Function object to compute SHA-1 checksums of files and streams. More...

Namespaces

namespace  oxy
 This root namespace contains the common types and operations for the OXY-API library.

Variables

constexpr sha1sum_fn oxy::sha1sum
 A constexpr instance of the sha1sum_fn function object for use in functional programming.

Detailed Description

Provides a function object for computing SHA-1 checksums of files and streams.

@license MPL-2.0