[EDIT] I have completely rephrased the question to try to be more concise and clear
I am looking for a 1-1 function, encode
, such that
encode( 32_bytes_of_data ) => {w_1, w_2, ..., w_n}
, where:- w_1 ... w_n are real English words
- n should be reasonable - I don't want 256 words to encode 256 bits
Ideally: - n should not be the same for all input values, but it is not a super important requirement.
The goal - to make public keys more human readable and recognisable.