#attributes #policy #encryption #name #abe #axis #set

abe_policy

Policy and attributes definition for ABE cryptosystems

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

#391 in Cryptography

Download history 13/week @ 2024-02-19 30/week @ 2024-02-26 5/week @ 2024-03-11 2/week @ 2024-03-25 51/week @ 2024-04-01

58 downloads per month
Used in 3 crates

MIT/Apache

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.4MB
~47K SLoC