@@ -214,7 +214,7 @@ iex> SafeId.info()
214214| : safe64 | 64 | 6.0 | 1.0 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-\_ |
215215| : symbol | 28 | 4.81 | 0.89 | !#$%&()\* +,-./:;<=>?@\[\] ^\_ {\| }~ |
216216| : url_safe | 66 | 6.04 | 0.63 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-.\_ ~ |
217- | : wordSafe32 | 32 | 5.0 | 1.0 | 23456789CFGHJMPQRVWXcfghjmpqrvwx |
217+ | : word_safe32 | 32 | 5.0 | 1.0 | 23456789CFGHJMPQRVWXcfghjmpqrvwx |
218218| : z_base32 | 32 | 5.0 | 1.0 | ybndrfg8ejkmcpqxot1uwisza345h769 |
219219
220220
@@ -241,8 +241,8 @@ Note: The [Metrics](#metrics) section explains ERE and ETE.
241241| : safe32 | Alpha and numbers picked to reduce chance of English words |
242242| : safe64 | https://datatracker.ietf.org/doc/html/rfc4648#section-5 |
243243| : url_safe | https://datatracker.ietf.org/doc/html/rfc3986#section-2.3 |
244- | : wordSafe32 | Alpha and numbers picked to reduce chance of English words |
245- | : z_base32 | Zooko’ s Base32 |
244+ | : word_safe32 | Alpha and numbers picked to reduce chance of English words |
245+ | : z_base32 | Zooko' s Base32 |
246246
247247#### Custom
248248
@@ -342,4 +342,4 @@ The `bench/puid_ere_len.exs` script outputs a markdown table comparing the numbe
342342| safe32 | 65.0 | 13 | | 100.0 | 20 | | 130.0 | 26 |
343343| safe64 | 66.0 | 11 | | 96.0 | 16 | | 132.0 | 22 |
344344| symbol | 67.3 | 14 | | 96.15 | 20 | | 129.8 | 27 |
345- | wordSafe32 | 65.0 | 13 | | 100.0 | 20 | | 130.0 | 26 |
345+ | word_safe32 | 65.0 | 13 | | 100.0 | 20 | | 130.0 | 26 |
0 commit comments