Skip to main content

Module abe_and_multitenancy

Module abe_and_multitenancy 

Source
Expand description

Attribute-based encryption — encrypt to attributes, threshold decrypt. Multi-tenancy isolation — per-quorum isolation.

Structs§

AbeCiphertext
An ABE ciphertext.
AccessPolicy
An access policy for decryption.
Tenant
A tenant (quorum) with isolated resources.
TenantManager
Multi-tenant manager.

Functions§

decrypt
Decrypt with a set of attributes.
encrypt
Encrypt data under an access policy.
satisfies
Check if a set of attributes satisfies the policy.