MCPcopy Create free account
hub / github.com/S3N4T0R-0X0/PixelCode-Attack / xtime

Function xtime

payload.cpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400static uint8_t xtime(uint8_t x)
401{
402 return ((x<<1) ^ (((x>>7) & 1) * 0x1b));
403}
404
405// MixColumns function mixes the columns of the state matrix
406static void MixColumns(state_t* state)

Callers 2

MixColumnsFunction · 0.85
MultiplyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected