MPC Node Configuration
To enable the PKCS #11 functionality in the Builder Vault, the configuration of each MPC node must contain a section like the following.
[PKCS11.Features]
ImportKeyShares = true
AESKeyGen = true
AESGCMEncrypt = true
AESGCMDecrypt = true
ObjectDelete = true
ObjectFind = true
Import functionality is used to support C_CreateObject
.
Updated 18 days ago
What’s Next