8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
# sha256_hex
|
|
|
|
```cpp
|
|
String sha256_hex(String data)
|
|
```
|
|
|
|
Returns the lowercase hexadecimal SHA-256 digest for `data`.
|