Skip to contents

Combine public keys from multiple parties

Usage

multi_add_pub_keys(cc, pk1, pk2, key_tag = "")

Arguments

cc

A CryptoContext

pk1, pk2

PublicKey objects to combine

key_tag

Character; optional tag to associate with the combined key. Default "" (empty tag) to match the C++ header default. Round-trips through get_key_tag().

Value

A combined PublicKey