We currently use threshold_crypto's BLS keys for signing some messages in DHB, and for encrypting some fields of the SyncKeyGen messages. However, in many use cases, nodes already have some other type of key anyway, and giving them a BLS key in addition is redundant. Would it be feasible to make the keys for signing and encrypting generic?
We currently use
threshold_crypto
's BLS keys for signing some messages in DHB, and for encrypting some fields of theSyncKeyGen
messages. However, in many use cases, nodes already have some other type of key anyway, and giving them a BLS key in addition is redundant. Would it be feasible to make the keys for signing and encrypting generic?