I am a retired computer systems engineer. I started writing C code in 1986. I enjoy coding in C, Python, Go and Awk.
- Knoxville, Tennessee USA
-
ChaCha20 Public
Public domain ChaCha20 encryption/decryption in Go.
-
readFile.c Public
Read a file into a memory buffer with one call; also can read and parse all lines in a file with one call.
-
metaphone3 Public
Metaphone3 returns the same key for different words that sound similar.
-
Rijndael-Cipher Public
Fast Rijndael encryption/decryption with 128, 192 & 256 block sizes and key sizes in C.
-
chacha-go Public
Forked from skeeto/chacha-goGo implementation of the ChaCha stream cipher
Go The Unlicense UpdatedNov 13, 2024 -
-
SuperKISS64 Public
Sixty-four bit super long period pseudorandom number generator in Go.
Go Other UpdatedJul 9, 2024 -
metaphone Public
metaphone is an open source implementation of Double Metaphone.
-
strstr.c Public
Faster standard C library string search