Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sha1.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  websocketpp
 Namespace for the WebSocket++ project.
 
namespace  websocketpp::sha1
 

Macros

#define sha1macro(func, val)
 

Functions

void websocketpp::sha1::calc (void const *src, size_t bytelength, unsigned char *hash)
 Calculate a SHA1 hash.
 

Macro Definition Documentation

◆ sha1macro

#define sha1macro ( func,
val )
Value:
{ \
const unsigned int t = rol(a, 5) + (func) + e + val + w[round]; \
e = d; \
d = c; \
c = rol(b, 30); \
b = a; \
a = t; \
}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181
void rol(const Operand &op, const Reg8 &_cl)
CK_ULONG d