/FastXOR

Implements a fast XOR routine. XORs 64 bits at a time when possible.

Primary LanguageC++

FastXOR

This project contains a code snippet for perform a fast block XOR routine. It includes a test app to verify that it works as expected.