Craig McQueen
Results
5
repositories owned by
Craig McQueen
aes-min
67
Stars
9
Forks
Watchers
Minimal AES-128 encryption. Suitable for small embedded systems. Including an on-the-fly key schedule variant for minimal RAM usage.
cobs-c
120
Stars
34
Forks
Watchers
Consistent Overhead Byte Stuffing — C implementation
cobs-python
38
Stars
7
Forks
Watchers
Consistent Overhead Byte Stuffing — Python implementation
simplerandom
62
Stars
12
Forks
Watchers
Simple pseudo-random number generators in C and Python
lzs-compression
15
Stars
8
Forks
Watchers
Compression using LZS-style algorithm, derived from LZ77-style