X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/man/mLib.3?ds=sidebyside diff --git a/man/mLib.3 b/man/mLib.3 index eab7780..174a03e 100644 --- a/man/mLib.3 +++ b/man/mLib.3 @@ -220,7 +220,12 @@ The .BR base64 (3) module does base64 encoding and decoding, as defined in RFC2045. Base64 encodes arbitrary binary data in a reliable way which is resistant to -character-set transformations and other mail transport bogosity. +character-set transformations and other mail transport bogosity. The +.BR base32 (3) +module does base32 encoding and decoding, as defined in RFC2938. This +is a mad format which is needed for sha1 URNs, for no good reason. The +.BR hex (3) +module does hex encoding and decoding. .PP The .BR url (3)