Relative Content

Tag Archive for rustring

how to do a signature using ring in rust

I am trying to do a signature in rust(v1.77.1) with ring, followed by the official document https://docs.rs/ring/latest/ring/signature/index.html like this, this is the main.rs: