sbp commented on issue #233: URL: https://github.com/apache/tooling-trusted-releases/issues/233#issuecomment-3612684619
The more I consider this, the more I prefer the design suggested in the FAQ. Some modifications that I would make: * Use `obvious_secret_` as the prefix instead of `secret_scannable_`. * Use 160 bits of entropy instead of 130 bits. * Remove the underscore between the entropy and checksum in the output. * Use BIP-350 Bech32m instead of BIP-173 Bech32. This uses 15 characters for the prefix, 32 characters for the entropy, and 6 characters for the checksum. The anonymous HRP is of length 14, giving a token length of 53. The maximum number of characters permitted in the namespace is 42, and the maximum length of a namespaced token is 96 characters. The three things that I dislike most about this format are the relative complexity of the code, the use of `l` in the Bech32m alphabet (present in Bech32 too), and the long length of tokens. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
