sre 0.1.1

Symmetric revocable encryption implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# sre

[![Crates.io](https://img.shields.io/crates/d/sre)](https://crates.io/crates/sre)
[![docs.rs](https://img.shields.io/docsrs/sre)](https://docs.rs/sre)

Symmetric revocable encryption (SRE) implementation

## References

- Sun, Shi-Feng, Ron Steinfeld, Shangqi Lai, Xingliang Yuan, Amin Sakzad, Joseph K. Liu, Surya Nepal, and Dawu Gu. "[Practical Non-Interactive Searchable Encryption with Forward and Backward Privacy]https://www.ndss-symposium.org/wp-content/uploads/2021-162-paper.pdf." In _NDSS_. 2021.
  - Its code: [shangqimonash/Aura]https://github.com/shangqimonash/Aura

## License

Copyright (C) myl7

SPDX-License-Identifier: Apache-2.0