Secretbox- Xsalsa20 and Poly1305

I would like to ask if you have ever tested the speed of individual algorithms in a secretbox such as Poly1305 and the Xsalsa20 cipher. The point is that, for example, the encryption process takes 1.2 seconds and I am interested in what ratio it is, for example, that Xsalsa20: Poly1305 is 1: 8. I'm trying to search for available implementations or some benchmarks on the Internet, but I'm lost so far, so I'm contacting you if you can't help me by any chance.

I haven't benched them separately since the secret box package uses them both together.

I'm pretty sure there are benchmarks in the individual go packages though so you could run those.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.