Oddbean new post about | logout
 Happy with your first contribution? :) 
 it was EPIC

But I liked the NIP-49 support more. 
 NIP49 doesn't mention password normalization https://github.com/ricmoo/scrypt-js#encoding-notes
It that a non-issue?  
 I think we can just say passwords are in UTF-8? 
 I'm no expert, but that link says:
> When encoding passwords with UTF-8, it is important to realize that there may be multiple UTF-8 representations of a given string. Since the key generated by a password-base key derivation function is dependent on the specific bytes, this matters a great deal.