lukechampine / fastxor
The fastest way to xor bytes in Go
☆74Updated 4 years ago
Alternatives and similar repositories for fastxor:
Users that are interested in fastxor are comparing it to the libraries listed below
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Provide Golang native SIMD intrinsics on x86/amd64 platform☆47Updated 7 years ago
- Pure Go implementation of cryptographic APIs found in libsodium☆45Updated 4 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Authenticated encryption for streams in Go☆27Updated last year
- Go implementation of Adiantum☆91Updated 11 months ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 2 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Pure Go SQLite file reader☆199Updated 2 years ago
- Go wrapper of libutp reference uTP C implementation☆93Updated 2 months ago
- A fast userspace CSPRNG☆89Updated 6 months ago
- Call private methods freely in Golang