crypt4gh 0.4.1

Encryption and decryption implementation of the Crypt4GH encryption format.
Documentation
1
2
3
4
5
6
7
8

test:
    cargo test --release -- --test-threads 1

check: test
    cargo +nightly fmt
    cargo +nightly udeps
    cargo outdated --depth 1