Base64
by Base85
encoder in the Pwd Base85 section, and use consistent capitalization.
Base64
by Base85
encoder in the Pwd Base85 section, and use consistent capitalization.
as for backward compatibility we now have a semver log. is it your opinion that even if the community adopts a major semver change that it needs to backward compatible or that said major semver change belongs in a clean BIP?
Hi @akarve, yes, see #1600 (comment). I agree that breaking changes (if any) should first be discussed on the mailing list and with the projects that have already implemented the BIP, particularly for a BIP with final status, then probably go into a new BIP that replaces the previous one. Semver would be for non-breaking changes.
Hi @akarve, yes, see #1600 (comment).
ok this is a topic for another day. i’ll just point out that the situation leading to the above reasoning has since been addressed:
Furthermore, the BIPs process currently has no way to distinguish BIP versions and the way that has been implemented here is confusing.
Furthermore, the BIPs process currently has no way to distinguish BIP versions and the way that has been implemented here is confusing.
Could take a look at BIP3 and propose any improvements there you have in mind.
NACK
it’s always 64 bytes as it uses whole hmac-sha512 digest
it’s always 64 bytes as it uses whole hmac-sha512 digest
I understand, I was confused with the password length.
I’ve amended my commit to replace only the Base64 by Base85 in the PWD BASE85 section