From 19ef5e3cba19a745de149106e44591f01f773687 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 24 Jan 2019 11:02:59 -0500 Subject: [PATCH] Add link to pak authorization design in secp-zpk --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 740ff03686..cfbdb8b66d 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4938,6 +4938,7 @@ bool DerivePubTweak(const std::vector& vPath, const CPubKey& keyMaster return true; } +// For general cryptographic design of peg-out authorization scheme, see: https://github.com/ElementsProject/secp256k1-zkp/blob/secp256k1-zkp/src/modules/whitelist/whitelist.md UniValue initpegoutwallet(const JSONRPCRequest& request) {