Verifies AIAS signature.
Accepts parameters in the following format.
The message can be multi-line, and can be raw bytes.
The signature and GPK is base64 format string, that is generated by distributed-bbs-mobile.
Required parameters:
${SIGNATURE}
${GPK}
${MESSAGE}
To run, from command line:
cargo build --release
target/release/aias-verifier verify < parameter.txtExit code will be 0 if passed verification, and others if failed.