MystenLabs / fastcrypto

Common cryptographic library used in software at Mysten Labs.
Apache License 2.0
245 stars 138 forks source link

add test vector for new tenant #813

Closed joyqvq closed 3 months ago

joyqvq commented 3 months ago

this adds a test vector for a new aws tenant. there is no code change needed

run cargo test test_end_to_end_test_issuer --all-features to ensure correctness, this test makes a real call to prover-dev and makes sure fastcrypto (used by sui) can verify the proof in rust.

mskd12 commented 3 months ago

Confirming that all the tests passed with prover-dev?

joyqvq commented 3 months ago

Confirming that all the tests passed with prover-dev?

this test test_end_to_end_test_issuer in ci is ran against prover-dev and passes.