- Unchanged re-release of 0.5.0 to fix the binary deploy
- Split signify into a standalone library, available as
libsignify
, a#![no_std]
library that implements thesignify
specification. Note: The library API is still unstable and might change in the next release. - Sweeping dependency updates and replacements, which also increase target compatibility.
- Improved CLI usability
- Complete rewrite of the crate's functionality.
- Exclude temporary files from crate
- Support embedded signatures
- Auto-build binaries
- Switched to ring for the crypto part
- Cleaned up error handling
- Prevent overwriting existing files
- Check the keynum on keys
- Ensure compatibility with original signify on CI
Now with passphrase-protection for your secret key.
The initial working release.