parity-zcash
parity-zcash copied to clipboard
Make verification and proving key format implementation-agnostic
Currently in zcashd they are just loaded as cpp blob from file? https://github.com/zcash/zcash/blob/871e1726c6d8ebb940f0a51260a00aea0a496bce/src/zcash/JoinSplit.cpp#L80
All should be in json (or other self-describing) format with group elements (alpha/gamma/whatever) stated clearly
probably related
https://github.com/ZcashFoundation/GrantProposals-2018Q2/issues/19
probably even more related: https://github.com/zcash/zcash/issues/1312