crypt-keeper-extension
crypt-keeper-extension copied to clipboard
Export identity to QR Code
Reference to zkitter's same issue: https://github.com/zkitter/ui/issues/56
Create a method to export an identity via string and QR code.
This would just be the nullifier
and trapdoor
as BigInts, converted to strings, and concatted together
@AtHeartEngineer right now we have backup feature. Do we still need it?
@AtHeartEngineer right now we have backup feature. Do we still need it?
I think so, but don't worry about this part, I am going to work on a standalone library to do this. I already implemented it in discreetly, I just need to pull it out into its own library.