plume-sig / zk-nullifier-sig

Implementation of PLUME: nullifier friendly signature scheme on ECDSA
MIT License
133 stars 22 forks source link

Rust code restructure #30

Closed skaunov closed 1 year ago

skaunov commented 1 year ago

Move helper fn for testing into new tests submodule helpers.

Move tests module to the end of the file so that it wouldn't interleave code flow of fn.

Divide-By-0 commented 1 year ago

Sweet! Can you add all the tests to a CI (either CircleCI or Github Actions, whatever you prefer)? That way I know things didn't break and I can merge.

skaunov commented 1 year ago

I guess I'm not really picking up what you mean... I lack of access to workflows for the repo. =( Also it would be nice to have a separate issue for CI setup. X)

Divide-By-0 commented 1 year ago

Sure, separate issue/PR for that works!