COMPUTER IMPLEMENTED METHOD AND SYSTEM FOR TRANSFERRING ACCESS TO A DIGITAL ASSET

20230231727 · 2023-07-20

    Inventors

    Cpc classification

    International classification

    Abstract

    A method of digitally signing a message is disclosed. The method comprises distributing first shares of a first secret value among a plurality of participants, wherein the first secret value is a private key accessible by means of a first threshold number of the first shares, and is inaccessible to less than the first threshold number of the first shares; distributing second shares of a second secret value among the participants, wherein the second secret value is an ephemeral key, wherein said ephemeral key is inaccessible to less than said first threshold number of said second shares; and distributing third shares of a third secret value among the participants, wherein each third share is adapted to be applied to a message to generate a respective fourth share of a fourth secret value, wherein the fourth secret value is the message signed with the private key and using the ephemeral key.

    Claims

    1. A method of digitally signing a message, the method comprising: distributing first shares of a first secret value among a plurality of participants, wherein the first secret value is a private key of a public-private key pair of a cryptography system, the private key is accessible by means of a first threshold number of the first shares, and is inaccessible to less than the first threshold number of the first shares; distributing second shares of a second secret value among the plurality of participants, wherein the second secret value is an ephemeral key for generating digital signatures, wherein the ephemeral key is accessible by means of the first threshold number of the second shares and is inaccessible to less than the first threshold number of the second shares; and distributing third shares of a third secret value among the plurality of participants, wherein each third share is adapted to be applied to a message to generate a respective fourth share of a fourth secret value, wherein the fourth secret value is the message signed with the private key and using the ephemeral key, and wherein the fourth secret value is accessible by means of a second threshold number of the fourth shares, and is inaccessible to less than the second threshold number of the fourth shares.

    2. The method according to claim 1, wherein the shares distributed to each participant of the plurality of participants are inaccessible to each other participant.

    3. The method according to claim 1, wherein the step of distributing the shares to each participant of the plurality of participants comprises providing a respective encrypted communication channel with each said participant.

    4. The method according to claim 1, wherein the first shares and/or second shares are created by means of respective Shamir secret sharing schemes.

    5. The method according to claim 1, wherein a plurality of the first and/or second shares are respective values of a first polynomial function, and a corresponding secret value may be determined by deriving the polynomial function from the first threshold number of the respective first and/or second shares.

    6. The method according to claim 1, wherein at least one first and/or second secret value is shared among a subset of the plurality of participants by means of joint random secret sharing (JRSS).

    7. The method according to claim 1, wherein sharing at least one third secret value includes sharing masking shares generated by joint zero secret sharing (JZSS).

    8. The method according to claim 1, wherein the cryptography system is an elliptic curve cryptography system, wherein a public key of the public-private key pair is related to the corresponding private key by multiplication of an elliptic curve generator point by the private key.

    9. A computer implemented system comprising: a processor; and non-transitory memory coupled with the processor and storing a set of instructions that, when executed by the processor, cause the processor to: distribute first shares of a first secret value among a plurality of participants, wherein the first secret value is a private key of a public-private key pair of a cryptography system, the private key is accessible by means of a first threshold number of the first shares, and is inaccessible to less than the first threshold number of the first shares; distribute second shares of a second secret value among the plurality of participants, wherein the second secret value is an ephemeral key for generating digital signatures, wherein the ephemeral key is accessible by means of the first threshold number of the second shares and is inaccessible to less than the first threshold number of the second shares; and distribute third shares of a third secret value among the plurality of participants, wherein each third share is adapted to be applied to a message to generate a respective fourth share of a fourth secret value, wherein the fourth secret value is the message signed with the private key and using the ephemeral key, and wherein the fourth secret value is accessible by means of a second threshold number of the fourth shares, and is inaccessible to less than the second threshold number of the fourth shares.

    Description

    BRIEF DESCRIPTION OF THE DRAWINGS

    [0053] An embodiment of the present invention will now be described, by way of example only and not in any limitative sense, with reference to the accompanying drawings, in which:-

    [0054] FIG. 1 is a digital signature system embodying the present invention;

    [0055] FIG. 2 is a process for generating shares of a digital signature for use in the process of FIG. 1;

    [0056] FIG. 3 is a process of generating a digital signature from the shares generated in the process of FIG. 2;

    [0057] FIG. 4 shows a process for splitting a share of a private key; and

    [0058] FIG. 5 shows a process for executing digital signature in the case of an unresponsive or malicious participant.

    DETAILED DESCRIPTION

    System Overview

    [0059] Referring to FIG. 1, a system 2 embodying the present invention for carrying out rapid signature of blockchain transactions 4 has four parties in a threshold signature scheme, the parties being a client 6, an exchange 8, a trusted third party (TTP) 10 and an escrow 12. Each party has a respective elliptic curve public/private key pair (y.sub.c,x.sub.c), (y.sub.Ex,x.sub.Ex), (y.sub.T,x.sub.T), (y.sub.Es,x.sub.Es) respectively. Compared to the typical ‘2 of 3’ escrow arrangement of the prior art, the present invention features an additional party, the TTP 10. As explained in greater detail below, the TTP 10 is required to participate in the generation of every signature that does not involve the Escrow 12 (in case of fault resolution).

    [0060] The TTP 10 is required to have a fast (low latency) and reliable connection with the Exchange 8, and the TTP 10 should be physically separate from all other parties.

    [0061] Secure communication channels enabling both encryption and authentication are then established between the client 6 and exchange 8, the exchange 8 and TTP 10, the client 6 and TTP 10, and the exchange 8 and escrow 12. These communication channels establish shared secrets that can that can be periodically updated without additional communication using the method described in International Patent Application WO 2017/145016.

    [0062] The parties hold secret key shares x.sub.n; n = 1,2,3,4 in a threshold private key x; the shares are generated distributively (i.e. without a trusted dealer), according to a method described in greater detail below so that the full private key never exists in a single place. These shares (along with the signature initialisation) may be used to generate a partial signature (or signature share) sig.sub.n; n = 1,2,3,4 on a message m (a Bitcoin transaction hash). The TTP will provide a partial signature on any transaction in response to an authenticated request from the Exchange 8. It follows that, the ‘3 of 4’ threshold scheme effectively emulates a ‘2 of 3’ multi-signature. One further possibility is for there to be restrictions on the types of transaction that TTP 10 will partially sign. For example, the TTP 10 should only sign transactions sending to certain addresses. This arrangement has the advantage that TTP 10 would not need to know anything about the transaction and could therefore ‘sign it blind’. Also, this scheme mimics the ‘2 of 3’ structure of BitGo most closely.

    [0063] Parties 2, 3 and 4 are assumed to employ trusted hardware, such that their share in the threshold private key is generated within a protected ‘enclave’. Messages can be sent into the enclave and a (partial) signature on the message may be output if certain conditions are met, but the private key share never leaves the enclave. In this scheme, the threshold private key can be reconstructed given two private key shares. However, with the use of trusted hardware, such an attack would require prolonged physical access to two sets of hardware at a time when both pieces of hardware contain key shares of the same generation. Therefore, such an attack would be very difficult to realise in practice.

    Basic Operation of the Exchange

    [0064] Referring to FIG. 1, the high-level function of the threshold wallet in relation to exchange operations is as follows: [0065] 1. Client 6 deposits some Bitcoin B in to an account associated with the (dealer-less) public key produced by the threshold scheme. [0066] 2. Various trades are executed, leaving a proportion f of B belonging to the Client 6. [0067] 3. Settlement is requested (either by the Client 6 or by the Exchange 8). Let us say that it is the Exchange 8 requesting settlement, and that the correct distribution of funds is encoded in transaction T. [0068] 4. T and Sig(T,x.sub.Ex) are sent, by the Exchange 8, to TTP 10. [0069] 5. If Sig(T,x.sub.Ex) verifies, TTP 10 sends their partial signature on T (denoted sig.sub.3) to the Exchange 8. TTP 10 does not need to know the information contained in T, and in fact, it would be better from a security point of view if they did not. This could be achieved via a partial blind signature operation. [0070] 6. Meanwhile, if the request is deemed authentic (Sig(T,x.sub.E) verifies), and they agree with the content of T, the Client 6 sends Sig(T,x.sub.c), sig.sub.1, Sig(sig.sub.1,x.sub.c) to the Exchange 8. [0071] 7. If the signatures verify, the Exchange 8 combines sig.sub.2, sig.sub.1, sig.sub.3, and checks that the signature Sig (T, x) verifies; if so, T, Sig (T, x) are broadcast to the blockchain network.

    Secure Wallet Protocol

    [0072] This section describes the protocol for the creation of the secure wallet and then the threshold signing operation. The protocol is described in terms of the high-level primitives that are described in detail in R. Gennaro, S. Jarecki, H. Krawczyk, and T. Rabin. Robust threshold DSS signatures. In International Conference on the Theory and Applications of Cryptographic Techniques, 354-371 (1996).

    Dealer-Free Key Generation

    [0073] The creation of the secure wallet is initiated with a re-initialisation of the secure communication channels between the 4 participants in the scheme (as described in International Patent Application WO 2017/145016).

    [0074] The Exchange 8 then coordinates the dealer-free generation of a shared elliptic curve public key, where each of the 4 participants will hold shares in the corresponding secret key (on a degree 1 polynomial). Two of these four shares are sufficient to reconstruct the private key, but this operation is impossible, even with the collusion of two of the participants if the key shares are protected in trusted execution environments. The only possible way to authorise a transaction is via the generation of a threshold signature involving three of the four parties.

    [0075] The key generation involves running the Joint Verifiable Random Secret Sharing (JVRSS) protocol to create the shared polynomial, and the corresponding shared public key y via the Exp-Interpolate procedure with each party having a share (x.sub.i) on the polynomial. The Exp-Interpolate procedure is the recovery of the shared secret, multiplied by the elliptic curve generator point, from at least a threshold number of shares, multiplied by the elliptic curve generator point, i.e. using a similar technique (i.e. Lagrange interpolation) which would be used to recover the shared secret from the threshold number of shares. Unconditionally secure verification of the secret shares is ensured by performing the protocol of Pedersen [Pedersen 1991]. This process is illustrated in FIG. 2. Once the key generation has been verifiably performed, the client (or exchange) pays funds to the shared public key (the corresponding Bitcoin address for y), which is then confirmed by the exchange (or Client). It should be noted that the parameter r is calculated from the x-coordinate of w.sub.0.

    Ephemeral Key Sharing

    [0076] To enable rapid and non-interactive signature generation on a given transaction, the ephemeral key (k) shares and secret share multiplication necessary to construct the signature can be generated in advance of the signing procedure. This means that once a signature is required, each party only needs to calculate their signature share (given a particular transaction hash m) which can then be broadcast and interpolated by anyone to generate the full signature.

    [0077] FIG. 2 shows this ‘pre-signing’ procedure in terms of Joint Random Secret Sharing (JRSS) protocols (sharing an unknown random value), and Joint Zero Secret Sharing (JZSS) protocols (sharing zero with random shares - used for masking). The operations shown in FIG. 2 are performed to jointly compute the value of r from the ephemeral key shares without any party learning the full ephemeral key.

    [0078] The shared key generation and the ‘pre-signing’ arrangement described here can be performed in parallel at the same time, saving significantly on communication latency.

    Signature Generation

    [0079] As shown in FIG. 3, the generation of a valid signature (for the shared public key y) requires the consent of 3 parties (the signature will be interpolated from 3 points on the degree 2 (t = 2) signature share polynomial). In normal operation, the shares will be produced by the Client 6, the Exchange 8 and the TTP 10. The full signature interpolation (Lagrange) can performed by any party, but in the present embodiment is performed by the exchange 8 (or client 6), who will compile the final transaction and broadcast it to the network. FIG. 3 shows each party computing the signature share and then broadcasting it. This share can be public - it contains no information about the private or ephemeral key shares, or any other identifying information due to the masking shares (of zero) c.sub.i. A more detailed explanation of the key share scheme used to distribute the key and signature shares shown in FIG. 2 is described in Appendix 1.

    Client Key Management

    [0080] In addition to the security benefits from a dealer free shared key for the secured funds, the security for the client can be further enhanced by splitting the client key share. This process is shown in FIG. 4. Once established from the Joint Verifiable Random Secret Sharing (JVRS S) protocol, the client key share (x.sub.1) can itself be split into two or three sub-shares. The splitting is performed according to the protocol described in International Patent Application WO 2017/145010. Once the key share has been split, it is securely deleted. The sub-key shares are then sent to different devices to enable two-factor authentication (2FA) in order to authorise transaction signing. A further security enhancement can be achieved by the exchange storing one of the client sub-key shares - therefore both the client (via 2FA) and the exchange is required to consent the providing the client partial signature.

    Resolution in Case of Malicious/Unresponsive Parties

    Unresponsive Client

    [0081] Referring to FIG. 5, in this case, the Exchange 8 must involve the Escrow 12 in order to construct the threshold signature on T. The situation is the same as would arise for BitGo. The procedure for convincing the Escrow 12 to participate can be relatively slow and involve multiple checks (for example, to guard against the possibility that security of the Exchange 8 has been compromised). For additional security, the Escrow 12 could be configured to (initially) only provide a partial signature on a transaction which moves the funds to a special ‘holding account’ (recovery address: rec), also secured under a threshold signature, where they must remain for a period of time. The significance of this account may be known only to the parties of the threshold scheme. This precaution would give the Client 6 time to intervene, for example, if they had been wrongly deemed unresponsive.

    Malicious Client

    [0082] Also with reference to FIG. 5, a malicious client 6 acts to prevent the generation of a valid threshold signature (and therefore the transfer of funds) by providing a signature share (i.e. s.sub.1) that is invalid. When the 3 signature shares are combined to form the full signature, it will be immediately apparent that the signature is incorrect (by failed validation with the shared public key). The initial step in this case is to identify which of the three signature shares (s.sub.1, s.sub.2 or s.sub.3) is invalid. This can be done iteratively: the exchange 8, TTP 10 and Escrow 12 can attempt to sign a transaction to the recovery address, and if this fails a signature can be generated shares from the client 6, TTP 10 and Escrow 12 (i.e. the exchange 8 share is malicious). Alternatively, a signature share verification scheme can be employed.

    [0083] The present invention enables a secure wallet service system employed by Bitcoin exchanges, which employ the ‘2 of 3’ multi-signature technology, to be effectively replaced (and improved) by a scheme based on threshold signatures employing polynomial secret sharing. The present invention is also compatible with trading via payment channels since it allows for signing at high frequency (in contrast to S. Goldfeder, R. Gennaro, H. Kalodner, J. Bonneau, J. A. Kroll, E. W. Felten, and A. Narayanan. Securing Bitcoin wallets via a new DSA/ECDSA threshold signature scheme (2015) and R. Gennaro et al.. Threshold-optimal DSA/ECDSA signatures and an application to Bitcoin wallet security (2016). International Conference on Applied Cryptography and Network Security. ACNS 2016: Applied Cryptography and Network Security pp 156-174, for example).

    [0084] The present invention can also be made robust against the possibility of an unresponsive exchange. Because the TTP sees (and provides partial signature on) every commitment transaction, TTP always knows current channel state; this means TTP can collaborate with Escrow and Client to provide an orderly sequence of soft resolutions in event that exchange is rendered unresponsive, thus avoiding ‘failure mode’ described above.

    [0085] The present invention also avoids the need for Segregated Witness, by exchanging the first commitment transactions by embedding them in an on-chain transaction. The Escrow monitors the blockchain for these transactions, and collaborates with the appropriate parties to provide refunds if the relevant transactions are not observed before timeout.

    [0086] It should be noted that the availability and security of any of the parties (and therefore the system as a whole) may be enhanced by further sharing their private key and/or share in the threshold private key between members of a (private) ‘Congress’. For example, the Escrow may initiate a refund if the required ECTs are not observed on the blockchain. In this case, the difficulty of the blocks can be checked inside TEEs belonging to members of the Congress, and a Ghostchain may be instantiated to construct the (partial) signature on the refund transaction if and only if commitment transactions are not observed within a certain number of blocks after the channel is funded.

    [0087] It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be capable of designing many alternative embodiments without departing from the scope of the invention as defined by the appended claims. In the claims, any reference signs placed in parentheses shall not be construed as limiting the claims. The word “comprising” and “comprises”, and the like, does not exclude the presence of elements or steps other than those listed in any claim or the specification as a whole. In the present specification, “comprises” means “includes or consists of” and “comprising” means “including or consisting of”. The singular reference of an element does not exclude the plural reference of such elements and vice-versa. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In a device claim enumerating several means, several of these means may be embodied by one and the same item of hardware. The mere fact that certain measures are recited in mutually different dependent claims does not indicate that a combination of these measures cannot be used to advantage .

    [0088] Appendix 1 – detailed description of key share and signature share generation Algorithm 1 - Key Generation

    TABLE-US-00001 Domain Parameters (CURVE, Cardinality n, Generator G) Input:                NA Output:     Public Key Q.sub.A                      Private Key Shares d.sub.A(1),d.sub.A(.sub.2.sub.),...,d.sub.A(j)

    [0089] For a threshold of k slices from (j) participants, a constructed key segment d .sub.A(i) is constructed which is associated with participant (i) and (j -1) participants nominated as participant(h) that are the other parties that participant (i) exchanges secrets with to sign a key (and hence a Bitcoin transaction). [0090] In the scheme, j is the total number of participants where k ≤ j and hence h = j -1 [0091] Hence, there is a (k, j) - threshold sharing scheme.

    [0092] The method for algorithm 1 follows: [0093] 1) Each partic;ipant p.sub.(i) of (j) where 1 ≤ i ≤ j exchanges an ECC public key with all other participants. This address is the Group identity address and does not need to be used for any other purpose. [0094] 2) Each participant p.sub.(i) selects a polynomial f.sub.i (x) of degree (k-1) with random coefficients in a manner that is secret from all other parties.

    [0095] This function is subject to a first secret value in the form of the participant’s secret

    [00001]a0i

    that is selected as the polynomial free term. This value is not shared. f.sub.i (h) is defined to be the result of the function, f.sub.(x) that was selected by participant p.sub.(i) for the value at point (x = h), and the base equation for participant p.sub.(i) is defined as the function:

    [00002]fx=.Math.p=0k1apxpmodn

    In this equation, a.sub.0 is the secret for each participant p.sub.(i) and is not shared.

    [0096] Hence, each participant p.sub.(i) has a secretly kept function f.sub.i (x) that is expressed as the degree (k-1) polynomial with a free term

    [00003]a0i

    being defined as that participant’s secret such that:

    [00004]fix=.Math.γ=0k1aγxγmodn

    [0097] 3) Each participant p.sub.(i) encrypts first shares f.sub.i (h) to participant P.sub.(h) h= {1,...,(i-1),(i+1),...,j} using P.sub.(h)′s public key as noted above and exchanges the value for P.sub.(h) to decrypt. Each participant Pi sets up a respective secure encrypted communication channel with each other participant P.sub.j, for example by means of a method disclosed in international patent application WO 2017/145010. [0098] 4) Each participant p.sub.(i) broadcasts the values below to all participants. [0099] a) [0100] b) [0101] 5) Each participant P.sub.(h≠i) verifies the consistency of the received shares with those received from each other participant.

    [0102] That is:

    [00007].Math.hκaκiG=fihG.

    And that f.sub.i (h)G is consistent with the participant’s share.

    [0103] 6) Each participant P.sub.(h≠i) validates that the share owned by that participant (P.sub.(h≠i)) and which was received is consistent with the other received shares:

    [00008]a0iG=.Math.hBbhfihGPhi

    [0104] In effect, this step consists of carrying out, on the elliptic curve encrypted versions of the shares f.sub.i(h) (i.e. f.sub.i(h)G), the operation which, if carried out on the unencrypted versions of f.sub.i(h), would recover the secret value a.sub.0.sup.(i), to recover G a0.sup.(i) . In the case of a Shamir secret sharing scheme, therefore, the coefficients b.sub.h represent the Lagrange interpolation coefficients necessary to recover the secret from its corresponding shares.

    [0105] If this is not consistent, the participant rejects the protocol and starts again. In addition, because each participant P.sub.j communicates with participant Pi by means of its own encrypted communication channel, it is possible to identify which participant Pj is associated with any inconsistent shares.

    [0106] 7) Participant p.sub.(i) now either calculates their share d.sub.A(i) as:

    [00009]SHAREpi=dAi=.Math.h=1jfhimodn

    [0107] Where

    [00010].Math.h=1jfh

    (i) mod n are second shares in respective second secret values a.sub.0 received from each participant P.sub.(h≠i) And where:

    [00011]SHAREpiZnand dAj

    Where:

    [00012]QA=ExpInterpolatef1,.Math.,fj=G×dA

    And where the operation Exp-Interpolate() is defined as the operation which recovers the elliptic curve encrypted secret from the elliptic curve encrypted shares.

    [00013]ReturndAi,QA

    [0108] Participant p.sub.(i) now uses the share in calculating signatures. This role can be conducted by any participant or by a party p.sub.(c) that acts as a coordinator in the process of collecting a signature.

    [0109] The participant p.sub.(c) can vary and does not need to be the same party on each attempt to collect enough shares to sign a transaction.

    [0110] Hence private key shares

    [00014]dAiZn

    have been created without knowledge of the other participant’s shares.

    [0111] Algorithm 2 - Updating the private key [0112] Input: Participant P.sub.i ‘s share of private key d.sub.A denoted as d.sub.A(i). [0113] Output: Participant P.sub.i’s new private key share d .sub.A(i) .

    [0114] Algorithm 2 can be used to both update the private key as well as to add randomness into the protocol. [0115] 1) Each participant selects a random polynomial of degree (k -1) subject to zero as its free term. This is analogous to Algorithm 1 but that the participants must validate that the selected secret of all other participants is zero. [0116] Generate the zero share: [0117] 2) [0118] 3)

    [0119] The result of this algorithm is a new key share that is associated with the original private key. A variation of this algorithm makes the ability to both increase the randomness of the first algorithm or to engage in a re-sharing exercise that results in new key slices without the need to change the bitcoin address possible. In this way, the invention allows a group to additively mask a private key share without altering the underlying private key. This process can be used to minimise any potential key leakage associated with the continued use and deployment of the individual key shares without changing the underlying bitcoin address and private key. [0120] Algorithm 3 - Signature generation [0121] Domain Parameters: CURVE, Cardinality n, Generator G [0122] Input: Message to be signed e = H(m) Private Key Share [0123] Output: Signature

    [0124] A) Distributed Key Generation [0125] 1) Generate the ephemeral key shares using Algorithm 1: [0126] 2) Generate Mask shares using Algorithm 1: [0127] 3) Generate Mask shares with Algorithm 2: The shares of b and c are then kept secret by the participants.

    [0128] B) Signature Generation [0129] 4) e = H (m) Validate the hash of the message m [0130] 5) Broadcast And [0131] 6) Where the operation .Math. = Interpolate (υ.sub.1, ..., υ.sub.j) mod n is defined as the operation which recovers the secret from the shares. [0132] 7) [0133] 8) Calculate (R.sub.x, R.sub.y) where r.sub.x,y = (R.sub.x, R.sub.y) = θ x .Math..sup.-1 [0134] 9) If r = 0, start again (i.e. from the initial distribution) [0135] 10) Broadcast S.sub.i = D.sub.k(i) (e + D.sub.A(i)r) + C.sub.i mod n [0136] 11) S = Interpolate (s.sub.i,...,s.sub.n)modn If s = 0 redo Algorithm 3 from the start (A.1). [0137] 12) Return (r,s) [0138] 13) In Bitcoin, reconstruct the transaction with the (r, s) pair to form a standard transaction.

    REFERENCES

    [0139] TABLE-US-00002 Reference Author, date, name & location [Lightning 2016] J Poon; T Dryja; The Bitcoin Lightning Network: Scalable OffChain Instant Payments (2016). [Gennaro 1996] R. Gennaro, S. Jarecki, H. Krawczyk, and T. Rabin. Robust threshold DSS signatures. In International Conference on the Theory and Applications of Cryptographic Techniques, 354-371 (1996). [Goldfeder 2015] S. Goldfeder, R. Gennaro, H. Kalodner, J. Bonneau, J. A. Kroll, E. W. Felten, and A. Narayanan. Securing Bitcoin wallets via a new DSA/ECDSA threshold signature scheme (2015). [Gennaro 2016] R. Gennaro et al.. Threshold-optimal DSA/ECDSA signatures and an application to Bitcoin wallet security (2016). International Conference on Applied Cryptography and Network Security. ACNS 2016: Applied Cryptography and Network Security pp 156-174. [Boneh 2016] Boneh, Dan, Rosario Gennaro, and Steven Goldfeder. “Using Level-1 Homomorphic Encryption To Improve Threshold DSA Signatures For Bitcoin Wallet Security.” [Wright 2016] Wright, C. & Savanah, S. (2016) “Determining a common secret for two Blockchain nodes for the secure exchange of information” “International Patent Application Number: WO 2017/145010”. 2016 [Bogos 2016] Bogos, Sonia, John Gaspoz, and Serge Vaudenay. “Cryptanalysis of a homomorphic encryption scheme.” ArcticCrypt 2016. No. EPFL-CONF-220692. 2016. [Yupu 2012] Hu, Yupu, and Fenghe Wang. “An Attack on a Fully Homomorphic Encryption Scheme.” IACR Cryptology ePrint Archive 2012 (2012): 561.