9 releases (stable)
3.0.5 | Jan 23, 2023 |
---|---|
3.0.2 | Jan 17, 2023 |
2.0.0 | Jan 5, 2023 |
1.0.1 | Aug 25, 2022 |
0.1.1 | Jul 11, 2022 |
#512 in Cryptography
Used in 3 crates
59KB
1.5K
SLoC
Abe Policy
This library defines the ABE policy, attributes and so on.
lib.rs
:
This crate defines the Policy
logic, the basis for Attribute Based
Encryption (ABE).
A Policy
is a set of axes. Each axis is defined by its name and its list
of associated attribute names.
An Attribute
is composed by an axis name and an attribute name within
this axis.
Dependencies
~1.4–2.6MB
~49K SLoC