crypt4gh 0.4.1

Encryption and decryption implementation of the Crypt4GH encryption format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Crypt4GH Format Documentation

## Requirements

These docs are built using [mdBook](https://rust-lang-nursery.github.io/mdBook/index.html). To install the tool execute:

```sh
cargo install mdbook
```

## Build

```sh
mdbook build --open
```