# PostgreSQL hamming distance Hamming distance for fixed-length `bytea` datatype. ### Compiling from source (CMake) ```bash cmake . make ``` See [hamming.c](hamming.c) for more information