Skip to content

Commit

Permalink
documented that set_encode_base32 and set_decode_base32 use the "base…
Browse files Browse the repository at this point in the history
…32hex" encoding, i.e., [0-9a-v].
  • Loading branch information
agentzh committed Dec 7, 2010
1 parent 89e08d8 commit 15636e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Expand Up @@ -116,8 +116,14 @@ Directives

set_encode_base32 (can be used with ngx_array module's array_map_op)

RFC forces the [A-Z2-7] RFC-3548 compliant encoding, but we're using the
"base32hex" encoding [0-9a-v].

set_decode_base32 (can be used with ngx_array module's array_map_op)

RFC forces the [A-Z2-7] RFC-3548 compliant encoding, but we're using the
"base32hex" encoding [0-9a-v].

set_sha1 (can be used with ngx_array module's array_map_op)

set_local_today
Expand Down

0 comments on commit 15636e9

Please sign in to comment.