redact-crypto 0.1.8

Crypto abstractions for the Redact framework
Documentation
1
2
3
4
5
6
7
8
9
10
# redact-crypto
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL3.0-yellow.svg)](https://opensource.org/licenses/GPL-3.0) [![Coverage Status](https://coveralls.io/repos/github/pauwels-labs/redact-crypto/badge.svg?branch=main)](https://coveralls.io/github/pauwels-labs/redact-crypto?branch=main) [![docs.rs](https://docs.rs/redact-client/badge.svg)](https://docs.rs/redact-client/badge.svg) ![crates.io](https://img.shields.io/crates/v/redact-client?style=flat-square)

redact-crypto is the backing library for Redact's encrypted type system. It allows consuming crates to fluidly 

Also contains implementations of the storage traits. Current supported implementations are:
- mongodb
- redact-store

To get started using this crate, view the docs [here](https://docs.rs/redact-crypto).