Skip to content

Add hex-encode and hex-decode with manual examples.

In #18 (closed), it appears that the Guile way to print hexadecimal values is counterintuitive. Gnutls provides base16 encoding and decoding. We bind them too.

I added an example in the manual to convert from base64 to base64url and back, because gnutls does not provide a function for this.

Merge request reports