note customized base32
Nix omits E O U T characters for some reason.
This commit is contained in:
parent
de5dea45f7
commit
5a5a95696f
|
@ -16,7 +16,7 @@ It is rendered to a file system path as the concatenation of
|
||||||
|
|
||||||
- [store directory](#store-directory)
|
- [store directory](#store-directory)
|
||||||
- path-separator (`/`)
|
- path-separator (`/`)
|
||||||
- [digest](#digest) rendered in [base-32](https://en.m.wikipedia.org/wiki/Base32) (20 arbitrary bytes become 32 ASCII characters)
|
- [digest](#digest) rendered in a custom variant of [base-32](https://en.m.wikipedia.org/wiki/Base32) (20 arbitrary bytes become 32 ASCII characters)
|
||||||
- hyphen (`-`)
|
- hyphen (`-`)
|
||||||
- name
|
- name
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue