mirror of
https://github.com/esphome/esphome.git
synced 2025-09-21 20:52:20 +01:00
remove testing
This commit is contained in:
@@ -78,12 +78,6 @@ void SHA256::calculate() {
|
||||
#error "SHA256 not supported on this platform"
|
||||
#endif
|
||||
|
||||
std::string SHA256::get_hex_string() {
|
||||
char buf[65];
|
||||
this->get_hex(buf);
|
||||
return std::string(buf);
|
||||
}
|
||||
|
||||
} // namespace esphome::sha256
|
||||
|
||||
#endif // Platform check
|
||||
|
@@ -33,8 +33,6 @@ class SHA256 : public esphome::HashBase {
|
||||
|
||||
void calculate() override;
|
||||
|
||||
std::string get_hex_string();
|
||||
|
||||
/// Get the size of the hex output (64 for SHA256)
|
||||
size_t get_hex_size() const override { return 64; }
|
||||
|
||||
|
Reference in New Issue
Block a user