use rpgp directly

This commit is contained in:
dignifiedquire
2019-04-26 21:58:58 +03:00
parent ff1d0ca445
commit 29993db512
16 changed files with 1143 additions and 204 deletions

View File

@@ -19,8 +19,12 @@
ptr_wrapping_offset_from
)]
pub mod types;
pub mod x;
#[macro_use]
extern crate failure;
mod pgp;
mod types;
mod x;
pub mod dc_aheader;
pub mod dc_apeerstate;