Skip to content

Commit

Permalink
WIP: Use Sequoia PGP
Browse files Browse the repository at this point in the history
TODO:
* get rid of remaining unwrap()
* write tests for everything in Rust
* use maturin to build a redwood wheel
* import redwood and use it instead of gnupg library
* store keys in source user database table, figure out where to
  put journalist key
  • Loading branch information
legoktm committed May 16, 2023
1 parent 764aec5 commit 0efd613
Show file tree
Hide file tree
Showing 34 changed files with 2,953 additions and 269 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
rust:
# Keep version in sync with rust-toolchain.toml
docker:
- image: rust:1.59.0
- image: rust:1.61.0
steps:
- checkout
- run:
name: Install dependencies
command: |
apt-get update && apt-get install make clang nettle-dev -y
apt-get update && apt-get install make libssl-dev -y
rustup component add rustfmt
rustup component add clippy
- run:
Expand Down
Loading

0 comments on commit 0efd613

Please sign in to comment.