db:add_encryption_key(
pubkey) ->ok,err
Authorize an additional encryption key
Adds a new Ed25519 public key (32 bytes) to the database's authorized key
list. The current key (from encryption.key_file) is used to unwrap the
DEK, which is then re-wrapped for the new key.