tor/changes/ticket21037
Nick Mathewson 6aac6c6bee Make ed25519_fmt() log 0-valued keys more nicely.
Because <unset> makes more sense than AAAAAAAAAAAAAAAAAAA...

(I have indeed verified that ed25519_fmt() is only used for
logging. This patch also clarifies the intention that ed25519_fmt()
is only for logging.

Closes ticket 21037.
2017-01-02 12:31:15 -05:00

5 lines
155 B
Plaintext

o Minor features (logging):
- In several places, describe unset ed25519 keys as "<unset>", rather
than "AAAAAAAA...AAA". Closes ticket 21037.