How I can create hash value of a string+integer?

I am trying to code Schnorr Signature and I need to create H(message|G*nonce). How I can get that value with Rust?
Thank you.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.