In the function crypto/crypto.cpp/crypto_ops::derivation_to_scalar
monero sends the output_index to tools::write_varint(end, output_index).
How does it append the output_index to derivation?
In the function crypto/crypto.cpp/crypto_ops::derivation_to_scalar
monero sends the output_index to tools::write_varint(end, output_index).
How does it append the output_index to derivation?