fast c-string transformations
Hello!
I don't use this library anymore and try to avoid C programming if possible. That said, I'm very happy to accept pull-requests and collaborators.
- You'll need to install autoconf, automake and libtool
- run ./bootstrap.sh
- run ./configure
- run make && make check
- modp_base64_decodeexpects aligned strings as input. For Intel, is doesn't matter. But for ARM chips it can segfault.
- modp_numtoa.cfunctions may produce different rounding than whatever- printfis on your system.
- On mingw (windows) compiling with -D__USE_MINGW_ANSI_STDIOgives the standardprinfbehavior.
- As mentioned, the tests for modp_numtoa.cmay fail due to a different rounding algorithm.
- https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working
- apk add gcc bash autoconf automake libtools util-linux pciutils usbutils coreutils binutils findutils grep