parity-zcash icon indicating copy to clipboard operation
parity-zcash copied to clipboard

Make verification and proving key format implementation-agnostic

Open NikVolf opened this issue 7 years ago • 2 comments

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

NikVolf avatar Nov 26 '18 11:11 NikVolf

probably related

https://github.com/ZcashFoundation/GrantProposals-2018Q2/issues/19

NikVolf avatar Nov 26 '18 11:11 NikVolf

probably even more related: https://github.com/zcash/zcash/issues/1312

NikVolf avatar Nov 26 '18 18:11 NikVolf