basic: util - add base32hexmem() function similar to hexmem()
authorTom Gundersen <teg@jklm.no>
Fri, 10 Jul 2015 12:38:19 +0000 (14:38 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 14 Jul 2015 20:14:08 +0000 (22:14 +0200)
commit919a7f5f1c4f1a4c3e20b0dc55143b8ad70e6a70
tree8125479756bfc9c64743918486f496077421f8be
parent50f1e641a93cacfc693b0c3d300bee5df0c8c460
basic: util - add base32hexmem() function similar to hexmem()

This implements more of RFC4648.
src/basic/util.c
src/basic/util.h
src/test/test-util.c