00:24:51 .merge+ 8503 00:24:52 Added 20:58:22 Good 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) 20:59:22 So it is looping through the seed words, trimming it to 3bytes, concatenating it and then using it to generate unique private key. 20:59:30 Yes. It depends on the seed language however. English is 3 letters. 20:59:56 Okay, cool, I forgot to mention I am starting with english first. 21:00:00 Thanks! 21:00:14 Check here, it's quite complicated: https://monerotech.info/Home/Seed 21:47:19 "Check here, it's quite complicat..." <- Tried it.. Interesting!