Abstract: Bent functions are defined as Boolean functions at the largest distance from affine functions, making them useful in various cryptographic applications. The same definition is also used for ...
Abstract: Classification tasks on ultra-lightweight devices demand devices that are resource-constrained and deliver swift responses. Binary Vector Symbolic Architecture (VSA) is a promising approach ...
A common pattern is to load an integer and then AND with a constant to test a particular flag, e.g. foo->bar & SOME_FLAG. Suppose that bar is 32-bit, and SOME_FLAG is 0x200. Clang has an optimization ...