Digital Signature
- Your digital signature is the proof that you signed something
- Your digital signature attests to the fact that your data was not tampered with
π["rsa"];
message = "hi";
signature = π π«message;
q = ( β signature β² message ) π«π;
save as signature1;