Safecat: a CLI tool to for digital signatures using Baby Jubjub Elliptic and Poseidon

Hi everyone!

I wrote a Rust project for generating, signing, and verifying digital signatures using EdDSA Baby Jubjub Elliptic Curve signatures and a Poseidon hash function.

The outputs of this tool work with Noir, so I thought maybe people here would be interested in taking a look.

Here’s the introduction article. The last section shows an example of how to use it with Noir.

16 Likes

Very cool, this should come in pretty handy for some in the community :eyes:

If you haven’t yet, highly recommend Tweeting it and sharing it on the Noir Discord with the bigger community :family_man_woman_girl_boy:

38 Likes

Thanks! I’ll share it on Discord then, I just wanted to do it on the forum first.

42 Likes