Branch: Tag:

2017-07-11

2017-07-11 09:25:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RXML: Document the "base64url" encoding.

This encoding was undocumented.

3174:   //! Base-64 decoding (@rfc{4648@}).   //! C.f. @[MIME.decode_base64].   //! + //! @value "base64url" + //! @value "base-64-url" + //! @value "b64url" + //! Base-64 URL encoding. Requires octet (i.e. non-wide) strings. + //! C.f. @[MIME.encode_base64url]. + //! + //! @value "-base64url" + //! @value "-base-64-url" + //! @value "-b64url" + //! Base-64 URL decoding (@rfc{4648@}). + //! C.f. @[MIME.decode_base64url]. + //!   //! @value "md5"   //! @value "sha1"   //! @value "sha256"