WPILibC++ 2024.1.1-beta-4
wpi::SHA1 Class Reference

#include <wpi/sha1.h>

Public Member Functions

 SHA1 ()
 
void Update (std::string_view s)
 
void Update (raw_istream &is)
 
std::string Final ()
 
std::string_view Final (SmallVectorImpl< char > &buf)
 
std::string_view RawFinal (SmallVectorImpl< char > &buf)
 

Static Public Member Functions

static std::string FromFile (std::string_view filename)
 

Constructor & Destructor Documentation

◆ SHA1()

wpi::SHA1::SHA1 ( )

Member Function Documentation

◆ Final() [1/2]

std::string wpi::SHA1::Final ( )

◆ Final() [2/2]

std::string_view wpi::SHA1::Final ( SmallVectorImpl< char > &  buf)

◆ FromFile()

static std::string wpi::SHA1::FromFile ( std::string_view  filename)
static

◆ RawFinal()

std::string_view wpi::SHA1::RawFinal ( SmallVectorImpl< char > &  buf)

◆ Update() [1/2]

void wpi::SHA1::Update ( raw_istream is)

◆ Update() [2/2]

void wpi::SHA1::Update ( std::string_view  s)

The documentation for this class was generated from the following file: