-
selsta.merge+ 8503
-
xmr-prAdded
-
kyrilasaGood evening, I have a question, I want to port the monero seed utility to rust, and I am just trying to dive deep into the code and stuff. Am I getting it right that actually the wallet is looking only at the first 3 byte of each word in the seed phrases?(if no checksum extra word)
-
kyrilasaSo it is looping through the seed words, trimming it to 3bytes, concatenating it and then using it to generate unique private key.
-
rbrunnerYes. It depends on the seed language however. English is 3 letters.
-
kyrilasaOkay, cool, I forgot to mention I am starting with english first.
-
kyrilasaThanks!
-
rbrunnerCheck here, it's quite complicated: monerotech.info/Home/Seed
-
afungible[m]<rbrunner> "Check here, it's quite complicat..." <- Tried it.. Interesting!