sigchain icon indicating copy to clipboard operation
sigchain copied to clipboard

A signed hash chain implementation for zero-trust data management.

Results 2 sigchain issues
Sort by recently updated
recently updated
newest added

env::home_dir is deprecated, and there were also some unused imports. I noticed this when building from the AUR. I can't fully test this because I'm getting some weird link errors...

I'm currently using the latest nightly, and I'm getting these warnings on build: ``` warning: unused import: `self::users::get_user_by_name`========> ] 208/211 --> sigchain_client/src/krd_client/mod.rs:18:5 | 18 | use self::users::get_user_by_name; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |...