I will ask the previous question again in a simpler form. Please do not scold me for the formatting.
I have a Ristretto encoding, and there is ed25519 (the main subgroup), let's denote the correspondence between the points by f(encode/decode).
In ristretto, the generator is selected, G_R, in ed25519 the base point is B. Is it true that f(B) = G_R? If not, then there is A: f(A) = G_R, what is the scalar s equal to (how is it calculated): sB = A, i.e. what is the discrete logarithm of A relative to B?
Or does no one know this? The question is asked because I want to execute some protocol in a ristretto group (for example, share a secret and generate a group key) and then translate the "result" into ed25519.