> it makes it slightly > less likely to blindly accept some non-randomly-generated base64-encoded > 256-bit string. X25519 libraries are standardizing on doing the normalization themselves, so actually it's fine to have your private key be a random 256-bit string, since it'll be normalized anyway before multiplication.