Skip to content

pj-aias/aias-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIAS Verifier

Verifies AIAS signature.

Usage

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.txt

Exit code will be 0 if passed verification, and others if failed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages