cloudproof_cover_crypt 14.0.0

Cosmian Covercrypt Cloudproof library
Documentation
1
2
3
4
5
6
7
Files under this module allow exposing a C ABI interface for integration to Python, Java, C, C++ etc...

For the generated dynamic library to expose the external functions, the library must be built with the `--features ffi` flag i.e.

```bash
cargo build --release --features ffi
```