Rename EncryptingKeypair build_secret to combine

pull/55/head
tuxxy 2017-09-26 09:38:54 -07:00
parent c12b7462bf
commit bec435364c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class EncryptingKeypair(object):
return self.pre.split_rekey(privkey_a, privkey_b, min_shares,
num_shares)
def build_secret(self, shares):
def combine(self, shares):
"""
Reconstructs a secret from the given shares.