signify-rs 0.1.2

OpenBSD-compatible file signing & verification tool
ChangeLog
=========

# 0.1.2

- Extract library code into
  [`libsignify-rs`]https://crates.io/crates/libsignify-rs crate.

# 0.1.1

- Write unit tests, property based tests, and
  [AFL++]https://aflplus.plus/ fuzz tests to ensure code correctness.
- Compile _keyrings_(7) support by default on Linux and Android, and
  remove the `keyring` feature.
- Port OpenBSD regression tests and fix issues related to CLI option
  parsing spotted by them.
- Use a 1KB buffer rather than 4KB for password input which is
  consistent with OpenBSD.

# 0.1.0

- Initial public release.

<!-- vim: set spell spelllang=en tw=80 : -->