Add a verification hash and key to the Slot.
This is necessary to share an Item that you own.
This should only be done for items you own, not on-shared items!
Updates 'value' to the decrypted 'encrypted_value', decrypts encrypted_value_verification_key
and checks value_verification_hash (if present), and sets 'encrypted' to false.
Add a verification hash and key to the Slot. This is necessary to share an Item that you own. This should only be done for items you own, not on-shared items!