/goxor

Fast/Optimized xor implementations forked from Go's crypto/cipher package.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

goxor is a copy of the optimized xor functions found in Go's official standard library crypto/cipher package. These functions are not exported but are still useful in non crypto capacities. This package simply makes them available directly.