mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
wpiutil: SHA1: Add method to get raw bytes instead of hex
This commit is contained in:
@@ -38,6 +38,7 @@ class SHA1 {
|
||||
void Update(raw_istream& is);
|
||||
std::string Final();
|
||||
StringRef Final(SmallVectorImpl<char>& buf);
|
||||
StringRef RawFinal(SmallVectorImpl<char>& buf);
|
||||
static std::string FromFile(StringRef filename);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user