swift-minisign/README.md
2025-04-22 16:57:31 +08:00

618 B

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
  • Replaced C wrapping swift-crypto-blake2 with 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.