mirror of
https://github.com/laosb/swift-minisign.git
synced 2025-11-02 07:11:40 +00:00
A Swift implementation of Minisign
| .swiftpm/xcode/xcshareddata/xcschemes | ||
| Sources/Minisign | ||
| Tests/MinisignTests | ||
| .gitignore | ||
| .spi.yml | ||
| LICENSE | ||
| Package.resolved | ||
| Package.swift | ||
| Package@swift-5.8.swift | ||
| README.md | ||
Swift Minisign
Swift implementation of Minisign, a simple and secure tool for signing and verifying files.
This is a fork of slarew/swift-minisign, with these improvements:
- Convenient & efficient API for verifying (big) files
Sendableconformance & full Swift 6 support- Replaced C wrapping
swift-crypto-blake2with pure Swift implementation of blake2b. - For Apple platforms, Swift Crypto dependency is now optional, controllable via trait
UseSwiftCrypto.
but still, only signature verification is supported, signing not yet!
License
MIT.