class
sha1Contents
This code is based on the sha1 implementation which is part of rfc3174. It is not very fast, but we only use it when doing the WebSocket handshake.
Constructors, destructors, conversion operators
- sha1()
Public functions
Function documentation
void static_http:: sha1:: append(const uint8_t* src,
size_t len)
Hash additional bytes and update the internal state.
void static_http:: sha1:: append(const char* src)
Append a null-terminated string.