v0.1.0 Release
The initial, feature-complete release of the Pinki package signer.
Features
- Generate a new signing key
- Export your (public) signing key to share with others
- Sign something using your (private) signing key
- Verify a signature on something using their (public) signing key
Technical Details
- Signing keys are ECDSA using the P-384 named curve.
- All keys and signatures are read and written in PEM+ASN.1 format for compatibility with other PKI tools.
Full Changelog: https://github.com/twuni/pinki/commits/v0.1.0