01:50:12 Get in touch with this platform for greatness you’ll definitely thank me later 01:50:13 ℹ️❤️. 01:50:15 👇👇👇👇👇 01:50:17 https://t.me/+zEFPK-AiVFEyZDM0 01:52:13 Get in touch with this platform for greatness you’ll definitely thank me later 01:52:13 ℹ️❤️. 01:52:15 👇👇👇👇👇 01:52:17 https://t.me/+zEFPK-AiVFEyZDM0 08:39:48 Small question regarding Monero seeds: 08:39:49 I'm trying to from a `pre-existing random bytes -> Monero seed -> pre-existing random bytes`. 08:39:51 As far as I understand this is not possible because the bytes need to form a valid Ed25519 scalar. My bytes however are randomly distributed. Therefore this isn't possible. 08:39:53 Is this correct? 08:43:28 Yes 08:45:03 You can "pre-existing random bytes -> Monero seed" by derivating a point or clamping 256 random bits, but you couldn't by the point itself return to your original random bytes. That's a one way function 08:45:41 and also pigeonhole problem 08:48:56 Hmm, that's a bummer but thanks