Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: lowercase addresses in Autocrypt and Autocrypt-Gossip
Email addresses should generally be compared case-insensitively, but there may be errors in comparison code. To reduce the chance of problems, encode addresses in Autocrypt and Autocrypt-Gossip in lowercase to avoid propagating uppercase characters over the network to other accounts potentially running buggy code.
- Loading branch information